DBA Data[Home] [Help]

APPS.GHR_PRE_UPD dependencies on GHR_PA_REMARKS

Line 59: -- Update the ghr_pa_remarks Row

55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the ghr_pa_remarks Row
60: --
61: update ghr_pa_remarks
62: set
63: pa_remark_id = p_rec.pa_remark_id,

Line 61: update ghr_pa_remarks

57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the ghr_pa_remarks Row
60: --
61: update ghr_pa_remarks
62: set
63: pa_remark_id = p_rec.pa_remark_id,
64: description = p_rec.description,
65: remark_code_information1 = p_rec.remark_code_information1,

Line 207: ( p_module_name => 'GHR_PA_REMARKS'

203: );
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: ( p_module_name => 'GHR_PA_REMARKS'
208: ,p_hook_type => 'AU'
209: );
210: end;
211: -- End of API User Hook for post_update.