DBA Data[Home] [Help]

APPS.GHR_NRE_UPD dependencies on GHR_NOAC_REMARKS

Line 64: -- Update the ghr_noac_remarks Row

60: --
61: p_rec.object_version_number := p_rec.object_version_number + 1;
62: --
63: --
64: -- Update the ghr_noac_remarks Row
65: --
66: update ghr_noac_remarks
67: set
68: noac_remark_id = p_rec.noac_remark_id,

Line 66: update ghr_noac_remarks

62: --
63: --
64: -- Update the ghr_noac_remarks Row
65: --
66: update ghr_noac_remarks
67: set
68: noac_remark_id = p_rec.noac_remark_id,
69: nature_of_action_id = p_rec.nature_of_action_id,
70: remark_id = p_rec.remark_id,

Line 216: (p_module_name => 'ghr_noac_remarks'

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