DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on PER_CONTACT_RELATIONSHIPS

Line 1361: per_contact_relationships pcr

1357: --
1358: cursor c_per is
1359: select ppf.person_id
1360: from per_all_people_f ppf,
1361: per_contact_relationships pcr
1362: where pcr.contact_person_id = p_dpnt_person_id
1363: and pcr.business_group_id = g_parm.business_group_id
1364: and ppf.person_id = pcr.person_id
1365: and ppf.business_group_id = g_parm.business_group_id