DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on PER_CONTACT_RELATIONSHIPS

Line 1043: from per_contact_relationships ctr

1039: where pdc.person_deployment_id = p_person_deployment_id;
1040: --
1041: cursor csr_contact_rel_details(p_contact_relationship_id number) is
1042: select *
1043: from per_contact_relationships ctr
1044: where ctr.contact_relationship_id = p_contact_relationship_id;
1045: --
1046: l_contact_rel_details csr_contact_rel_details%rowtype;
1047: --