DBA Data[Home] [Help]

APPS.HR_PDC_UPD dependencies on HR_PERSON_DEPLYMT_CONTACTS

Line 68: -- Update the hr_person_deplymt_contacts Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_person_deplymt_contacts Row
69: --
70: update hr_person_deplymt_contacts
71: set
72: person_deplymt_contact_id = p_rec.person_deplymt_contact_id

Line 70: update hr_person_deplymt_contacts

66: --
67: --
68: -- Update the hr_person_deplymt_contacts Row
69: --
70: update hr_person_deplymt_contacts
71: set
72: person_deplymt_contact_id = p_rec.person_deplymt_contact_id
73: ,person_deployment_id = p_rec.person_deployment_id
74: ,contact_relationship_id = p_rec.contact_relationship_id

Line 211: (p_module_name => 'HR_PERSON_DEPLYMT_CONTACTS'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'HR_PERSON_DEPLYMT_CONTACTS'
212: ,p_hook_type => 'AU');
213: --
214: end;
215: --