DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_PERSON_DEPLYMT_CONTACTS

Line 1038: from hr_person_deplymt_contacts pdc

1034: l_home_pds_ovn number;
1035: --
1036: cursor csr_dpl_contacts(p_person_deployment_id number) is
1037: select *
1038: from hr_person_deplymt_contacts pdc
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 *