DBA Data[Home] [Help]

APPS.PQP_GB_PSI_BASIC_DATA dependencies on PER_PEOPLE_F

Line 111: from per_people_f

107: (select person_id
108: from per_all_people_f
109: where national_identifier = (
110: select national_identifier
111: from per_people_f
112: where person_id = p_person_id and rownum = 1));
113:
114:
115: --