DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_CHEQUEWRITER dependencies on PER_PERIODS_OF_SERVICE

Line 608: , per_periods_of_service pps

604: , ppf.title
605: , paf.assignment_number
606: FROM per_all_assignments_f paf
607: , per_all_people_f ppf
608: , per_periods_of_service pps
609: , per_jobs pj
610: , hr_organization_units hou
611: , pay_payrolls_f prl
612: WHERE paf.person_id = ppf.person_id

Line 625: from per_periods_of_service pps1

621: and p_effective_date between prl.effective_start_date
622: and prl.effective_end_date
623: and pps.person_id = ppf.person_id
624: and pps.date_start = (select max(pps1.date_start)
625: from per_periods_of_service pps1
626: where pps1.person_id = paf.person_id
627: and pps1.date_start <= p_effective_date);
628:
629: --