DBA Data[Home] [Help]

APPS.BEN_DM_INPUT_FILE_PKG dependencies on PER_CONTACT_RELATIONSHIPS

Line 149: per_contact_relationships pcr

145: per1.person_id,
146: per1.national_identifier ssn,
147: -1
148: from per_all_people_f per1,
149: per_contact_relationships pcr
150: where pcr.person_id = p_person_id
151: and per1.person_id = pcr.contact_person_id
152: and per1.effective_start_date =
153: (select min(per2.effective_start_date)