DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on HR_PERSON_DEPLYMT_CONTACTS

Line 1036: from hr_person_deplymt_contacts pdc

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