DBA Data[Home] [Help]

APPS.GHR_PAR_UPD dependencies on GHR_PA_REQUESTS

Line 61: -- Update the ghr_pa_requests Row

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

Line 63: update ghr_pa_requests

59: --
60: --
61: -- Update the ghr_pa_requests Row
62: --
63: update ghr_pa_requests
64: set
65: pa_request_id = p_rec.pa_request_id,
66: pa_notification_id = p_rec.pa_notification_id,
67: noa_family_code = p_rec.noa_family_code,

Line 840: ( p_module_name => 'GHR_PA_REQUESTS'

836: );
837: exception
838: when hr_api.cannot_find_prog_unit then
839: hr_api.cannot_find_prog_unit_error
840: ( p_module_name => 'GHR_PA_REQUESTS'
841: ,p_hook_type => 'AU'
842: );
843: end;
844: -- End of API User Hook for post_insert.