DBA Data[Home] [Help]

APPS.PQP_GB_PSI_BASIC_DATA dependencies on PER_PEOPLE_F

Line 102: from per_people_f

98: (select person_id
99: from per_all_people_f
100: where national_identifier = (
101: select national_identifier
102: from per_people_f
103: where person_id = p_person_id and rownum = 1));
104:
105:
106: --