DBA Data[Home] [Help]

APPS.GHR_REI_UPD dependencies on GHR_PA_REQUEST_EXTRA_INFO

Line 61: -- Update the ghr_pa_request_extra_info Row

57: -- Increment the object version
58: --
59: p_rec.object_version_number := p_rec.object_version_number + 1;
60: --
61: -- Update the ghr_pa_request_extra_info Row
62: --
63: update ghr_pa_request_extra_info
64: set
65: pa_request_extra_info_id = p_rec.pa_request_extra_info_id,

Line 63: update ghr_pa_request_extra_info

59: p_rec.object_version_number := p_rec.object_version_number + 1;
60: --
61: -- Update the ghr_pa_request_extra_info Row
62: --
63: update ghr_pa_request_extra_info
64: set
65: pa_request_extra_info_id = p_rec.pa_request_extra_info_id,
66: pa_request_id = p_rec.pa_request_id,
67: information_type = p_rec.information_type,

Line 352: ( p_module_name => 'GHR_PA_REQUEST_EXTRA_INFO'

348: );
349: exception
350: when hr_api.cannot_find_prog_unit then
351: hr_api.cannot_find_prog_unit_error
352: ( p_module_name => 'GHR_PA_REQUEST_EXTRA_INFO'
353: ,p_hook_type => 'AU'
354: );
355: end;
356: -- End of API User Hook for post_update.