DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on PER_CONTACT_RELATIONSHIPS

Line 1041: from per_contact_relationships ctr

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