DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_CHEQUEWRITER dependencies on PER_PERIODS_OF_SERVICE

Line 420: , per_periods_of_service pps

416: , ppf.title
417: , paf.assignment_number
418: FROM per_all_assignments_f paf
419: , per_all_people_f ppf
420: , per_periods_of_service pps
421: , per_jobs pj
422: , hr_organization_units hou
423: , pay_payrolls_f prl
424: WHERE paf.person_id = ppf.person_id

Line 437: from per_periods_of_service pps1

433: and p_effective_date between prl.effective_start_date
434: and prl.effective_end_date
435: and pps.person_id = ppf.person_id
436: and pps.date_start = (select max(pps1.date_start)
437: from per_periods_of_service pps1
438: where pps1.person_id = paf.person_id
439: and pps1.date_start <= p_effective_date);
440:
441: --