DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO

Line 2169: from per_people_extra_info

2165: cursor c_get_employment_code(cp_gre varchar2,
2166: cp_person_id number) IS
2167: select pei_information2,
2168: pei_information3
2169: from per_people_extra_info
2170: where person_id = cp_person_id
2171: and pei_information_category = 'ADDITIONAL_T4_INFORMATION'
2172: and pei_information1 = cp_gre;
2173: