DBA Data[Home] [Help]

APPS.HR_PDE_UPD dependencies on HR_PERSON_DEPLYMT_EITS

Line 68: -- Update the hr_person_deplymt_eits Row

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

Line 70: update hr_person_deplymt_eits

66: --
67: --
68: -- Update the hr_person_deplymt_eits Row
69: --
70: update hr_person_deplymt_eits
71: set
72: person_deplymt_eit_id = p_rec.person_deplymt_eit_id
73: ,person_deployment_id = p_rec.person_deployment_id
74: ,person_extra_info_id = p_rec.person_extra_info_id

Line 211: (p_module_name => 'HR_PERSON_DEPLYMT_EITS'

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_EITS'
212: ,p_hook_type => 'AU');
213: --
214: end;
215: --