DBA Data[Home] [Help]

APPS.BEN_EXT_ANSI dependencies on PER_ALL_PEOPLE_F

Line 108: per_all_people_f p

104: p.last_name,
105: c.SEQUENCE_NUMBER
106: from
107: per_contact_relationships c,
108: per_all_people_f p
109: where
110: c.contact_person_id = p_dpnt_person_id
111: and c.person_id = p_person_id
112: and c.person_id = p.person_id

Line 130: per_all_people_f p

126: p.last_name,
127: c.SEQUENCE_NUMBER
128: from
129: per_contact_relationships c,
130: per_all_people_f p
131: where
132: c.contact_person_id = p_dpnt_person_id
133: and c.person_id = p_person_id
134: and c.person_id = p.person_id