DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PER_PERIODS_OF_SERVICE_V

Line 1352: FROM per_periods_of_service_v pps

1348: ,pps.date_start start_date
1349: ,pps.actual_termination_date actual_termination_date
1350: ,pps.last_standard_process_date last_standard_process_date
1351: ,pps.final_process_date final_process_date
1352: FROM per_periods_of_service_v pps
1353: ,per_all_assignments_f paa
1354: WHERE paa.person_id = pps.person_id
1355: AND paa.assignment_id = p_assignment_id
1356: AND paa.effective_end_date = pps.actual_termination_date