Unable to find Pension Calendar year to date column table
Summary:
I am unable to find pension Calendar Year to date column for Annual Pension Initial loaded data in only available in PAY_BAL_BATCH_LINES Table
Content (required):
Need Pension column for latest date. Calendar year to date data
Version (include the version you are using, if applicable):
Oracle fusion cloud Application
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT DISTINCT
ppnf.DISPLAY_NAME "Employee Name",
PAPF.person_number "Employee Number",
(SELECT national_identifier_number
FROM per_national_identifiers
WHERE person_id = papf.person_id
AND national_identifier_type = 'SSN')
SSN,
paaf.BARGAINING_UNIT_CODE "Bargaining Unit",
Tagged:
0