DBA Data[Home] [Help]

APPS.GHR_PAH_UPD dependencies on GHR_PA_HISTORY

Line 64: -- Update the ghr_pa_history Row

60: --
61: --
62: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the ghr_pa_history Row
65: --
66: update ghr_pa_history
67: set
68: pa_history_id = p_rec.pa_history_id,

Line 66: update ghr_pa_history

62: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Update the ghr_pa_history Row
65: --
66: update ghr_pa_history
67: set
68: pa_history_id = p_rec.pa_history_id,
69: pa_request_id = p_rec.pa_request_id,
70: process_date = p_rec.process_date,

Line 816: ( p_module_name => 'GHR_PA_HISTORY'

812: );
813: exception
814: when hr_api.cannot_find_prog_unit then
815: hr_api.cannot_find_prog_unit_error
816: ( p_module_name => 'GHR_PA_HISTORY'
817: ,p_hook_type => 'AU'
818: );
819: end;
820: -- End of API User Hook for post_insert.