DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PER_ALL_PEOPLE_F

Line 1421: from per_all_people_f papf

1417: begin
1418:
1419: select max(per_information1)
1420: into l_tax_ref_number
1421: from per_all_people_f papf
1422: where papf.person_id = l_person_id
1423: and papf.current_employee_flag = 'Y'
1424: and per_information_category = 'ZA'
1425: and g_archive_effective_date between effective_start_date and effective_end_date; -- Bug 4204930

Line 1490: from per_all_people_f papf

1486: begin
1487:
1488: select decode(to_char(max(papf.effective_end_date), 'dd/mm/yyyy'), '31/12/4712', null, max(papf.effective_end_date))
1489: into l_termination_date
1490: from per_all_people_f papf
1491: where papf.person_id = l_person_id
1492: and papf.current_employee_flag = 'Y';
1493:
1494: exception