DBA Data[Home] [Help]

APPS.PQP_ADDRESS_SYNCHRONIZATION dependencies on PER_PEOPLE_EXTRA_INFO

Line 14: FROM per_people_extra_info pei

10: -- =============================================================================
11: -- Cursor to check if person is student
12: CURSOR csr_stu (c_person_id IN Number) IS
13: SELECT pei.pei_information5
14: FROM per_people_extra_info pei
15: WHERE pei.information_type = 'PQP_OSS_PERSON_DETAILS'
16: AND pei.pei_information_category = 'PQP_OSS_PERSON_DETAILS'
17: AND pei.person_id = c_person_id;
18: