Need a report to extract TaxWithholding Card and it's component details
Summary:
I attempted to use the query shown below, and while it works for some records, newly added records are not appearing, and some of the date values don’t match correctly.
I’ve read that the underlying architecture for these tables has changed. Does anyone have suggestions or guidance on how to correctly build this report under the new structure?
SELECT
PPRD.PAYROLL_RELATIONSHIP_NUMBER,
PDCD.BASE_DISPLAY_NAME Card_Name,
TO_CHAR(PDCF.DIR_CARD_ID) DIR_CARD_ID,
PDCF.CARD_SEQUENCE,
TO_CHAR(PDCF.EFFECTIVE_START_DATE, 'YYYY-MM-DD') Card_Start_Date,
TO_CHAR(PDCF.EFFECTIVE_END_DATE, 'YYYY-MM-DD') Card_End_Date,
Tagged:
0