DBA Data[Home] [Help]

APPS.GHR_CPL_UPD dependencies on GHR_COMPL_PEOPLE

Line 68: -- Update the ghr_compl_people Row

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

Line 70: update ghr_compl_people

66: --
67: --
68: -- Update the ghr_compl_people Row
69: --
70: update ghr_compl_people
71: set
72: compl_person_id = p_rec.compl_person_id
73: ,person_id = p_rec.person_id
74: ,complaint_id = p_rec.complaint_id

Line 215: (p_module_name => 'GHR_COMPL_PEOPLE'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'GHR_COMPL_PEOPLE'
216: ,p_hook_type => 'AU');
217: --
218: end;
219: --