DBA Data[Home] [Help]

APPS.GHR_PAH_DEL dependencies on GHR_PA_HISTORY

Line 60: -- Delete the ghr_pa_history row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ghr_pa_history row.
61: --
62: delete from ghr_pa_history
63: where pa_history_id = p_rec.pa_history_id;
64: --

Line 62: delete from ghr_pa_history

58: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ghr_pa_history row.
61: --
62: delete from ghr_pa_history
63: where pa_history_id = p_rec.pa_history_id;
64: --
65: ghr_pah_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 380: ( p_module_name => 'GHR_PA_HISTORY'

376: );
377: exception
378: when hr_api.cannot_find_prog_unit then
379: hr_api.cannot_find_prog_unit_error
380: ( p_module_name => 'GHR_PA_HISTORY'
381: ,p_hook_type => 'AD'
382: );
383: end;
384: -- End of API User Hook for post_delete.