DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PER_PERIODS_OF_SERVICE_V

Line 1373: FROM per_periods_of_service_v pps

1369: ,pps.date_start start_date
1370: ,pps.actual_termination_date actual_termination_date
1371: ,pps.last_standard_process_date last_standard_process_date
1372: ,pps.final_process_date final_process_date
1373: FROM per_periods_of_service_v pps
1374: ,per_all_assignments_f paa
1375: WHERE paa.person_id = pps.person_id
1376: AND paa.assignment_id = p_assignment_id
1377: AND paa.effective_end_date = pps.actual_termination_date