DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on PER_CONTACT_RELATIONSHIPS

Line 1357: per_contact_relationships pcr

1353: --
1354: cursor c_per is
1355: select ppf.person_id
1356: from per_all_people_f ppf,
1357: per_contact_relationships pcr
1358: where pcr.contact_person_id = p_dpnt_person_id
1359: and pcr.business_group_id = g_parm.business_group_id
1360: and ppf.person_id = pcr.person_id
1361: and ppf.business_group_id = g_parm.business_group_id