DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO

Line 2458: from per_people_extra_info

2454: cursor c_get_employment_code(cp_gre varchar2,
2455: cp_person_id number) IS
2456: select pei_information2,
2457: pei_information3
2458: from per_people_extra_info
2459: where person_id = cp_person_id
2460: and pei_information_category = 'ADDITIONAL_T4_INFORMATION'
2461: and pei_information1 = cp_gre;
2462: