DBA Data[Home] [Help]

APPS.BEN_ELIG_DPNT_API dependencies on PER_CONTACT_RELATIONSHIPS

Line 2687: select * from per_contact_relationships

2683: and pil.business_group_id = p_business_group_id
2684: and ecd.business_group_id = p_business_group_id;
2685:
2686: cursor c_rltp is
2687: select * from per_contact_relationships
2688: where contact_person_id = p_dpnt_person_id
2689: and contact_relationship_id = p_dpnt_rltp_id;
2690:
2691: l_dpnt_rltp_row c_rltp%rowtype;