DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on PER_CONTACT_RELATIONSHIPS

Line 104: from per_contact_relationships

100: --
101:
102: cursor get_contacts(p_contact_person_id in number) is
103: select contact_person_id
104: from per_contact_relationships
105: where person_id = p_contact_person_id
106: and contact_person_id = p_new.DPNT_PERSON_ID --Bug 9040094:
107: /*Get the dependent record of the deenrolled row of the dependent on
108: BEN_ELIG_CVRD_DPNT_F table*/