DBA Data[Home] [Help]

APPS.PAY_ZA_TYE_ARCHIVE_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 1286: FROM per_periods_of_service

1282: SELECT max (nvl(actual_termination_date,TO_DATE('31/12/4712','DD/MM/YYYY')))
1283:
1284: -- fix for bug 12992314 ends
1285: INTO l_asg_end_date
1286: FROM per_periods_of_service
1287: WHERE person_id = l_person_id
1288:
1289: -- fix for bug 12992314 starts
1290: