DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PER_ALL_PEOPLE_F

Line 652: from per_all_people_f ppf

648: , p_canonical_start_date date
649: , p_canonical_end_date date) is
650: select ppf.person_id
651: ,paa.assignment_id
652: from per_all_people_f ppf
653: ,per_all_assignments_f paa
654: ,per_assignment_extra_info paei
655: ,pay_payroll_actions ppa_arch
656: ,per_periods_of_service pps

Line 670: from per_all_people_f ppf1

666: and nvl(paei.aei_information6, 'N') = 'N'
667: /* Nature of Person not in the following ZA_PER_NATURES Lookup Values */
668: and paei.aei_information4 not in ('04', '05', '06', '07', '08', '09')
669: and ppf.effective_start_date = ( select max(effective_start_date)
670: from per_all_people_f ppf1
671: where ppf1.person_id = ppf.person_id
672: and ppf1.effective_start_date <= p_canonical_end_date
673: and ppf1.effective_end_date >= '01-MAR-' || to_number(to_char(p_canonical_end_date ,'YYYY') - 1))
674: and paa.effective_start_date = ( select max(paa1.effective_start_date)