DBA Data[Home] [Help]

APPS.GHR_NRE_UPD dependencies on GHR_NOAC_REMARKS

Line 60: -- Update the ghr_noac_remarks Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the ghr_noac_remarks Row
61: --
62: update ghr_noac_remarks
63: set
64: noac_remark_id = p_rec.noac_remark_id,

Line 62: update ghr_noac_remarks

58: --
59: --
60: -- Update the ghr_noac_remarks Row
61: --
62: update ghr_noac_remarks
63: set
64: noac_remark_id = p_rec.noac_remark_id,
65: nature_of_action_id = p_rec.nature_of_action_id,
66: remark_id = p_rec.remark_id,

Line 206: (p_module_name => 'ghr_noac_remarks'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'ghr_noac_remarks'
207: ,p_hook_type => 'AU');
208: --
209: end;
210: --