DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PER_PEOPLE_EXTRA_INFO

Line 2326: from per_people_extra_info

2322: cp_pre_org_id number) IS
2323: select pei_information5,
2324: pei_information6,
2325: pei_information7
2326: from per_people_extra_info
2327: where person_id = cp_person_id
2328: and pei_information6 = to_char(cp_pre_org_id)
2329: and pei_information_category = 'PAY_CA_RL1_FORM_NO';
2330: