DBA Data[Home] [Help]

APPS.GHR_EVH_DEL dependencies on GHR_EVENT_HISTORY

Line 60: -- Delete the ghr_event_history row.

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

Line 62: delete from ghr_event_history

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

Line 183: (p_module_name => 'ghr_event_history'

179: --
180: when hr_api.cannot_find_prog_unit then
181: --
182: hr_api.cannot_find_prog_unit_error
183: (p_module_name => 'ghr_event_history'
184: ,p_hook_type => 'AD');
185: --
186: end;
187: --