DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PER_ALL_PEOPLE_F

Line 1286: from per_all_people_f papf

1282: begin
1283:
1284: select max(per_information1)
1285: into l_tax_ref_number
1286: from per_all_people_f papf
1287: where papf.person_id = l_person_id
1288: and papf.current_employee_flag = 'Y'
1289: and per_information_category = 'ZA'
1290: and g_archive_effective_date between effective_start_date and effective_end_date; -- Bug 4204930

Line 1355: from per_all_people_f papf

1351: begin
1352:
1353: select decode(to_char(max(papf.effective_end_date), 'dd/mm/yyyy'), '31/12/4712', null, max(papf.effective_end_date))
1354: into l_termination_date
1355: from per_all_people_f papf
1356: where papf.person_id = l_person_id
1357: and papf.current_employee_flag = 'Y';
1358:
1359: exception