DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PER_ALL_PEOPLE_F

Line 651: from per_all_people_f ppf

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

Line 669: from per_all_people_f ppf1

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