DBA Data[Home] [Help]

APPS.GHR_EVH_UPD dependencies on GHR_EVENT_HISTORY

Line 67: -- Update the ghr_event_history Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ghr_evh_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_event_history Row
68: --
69: update ghr_event_history
70: set
71: event_history_id = p_rec.event_history_id,

Line 69: update ghr_event_history

65: ghr_evh_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_event_history Row
68: --
69: update ghr_event_history
70: set
71: event_history_id = p_rec.event_history_id,
72: event_id = p_rec.event_id,
73: table_name = p_rec.table_name,

Line 216: (p_module_name => 'ghr_event_history'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'ghr_event_history'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --