DBA Data[Home] [Help]

APPS.GHR_EVH_INS dependencies on GHR_EVENT_HISTORY

Line 63: -- Insert the row into: ghr_event_history

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ghr_evh_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ghr_event_history
64: --
65: insert into ghr_event_history
66: ( event_history_id,
67: event_id,

Line 65: insert into ghr_event_history

61: ghr_evh_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ghr_event_history
64: --
65: insert into ghr_event_history
66: ( event_history_id,
67: event_id,
68: table_name,
69: record_id,

Line 151: Cursor C_Sel1 is select ghr_event_history_s.nextval from sys.dual;

147: Procedure pre_insert(p_rec in out NOCOPY ghr_evh_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select ghr_event_history_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --

Line 227: (p_module_name => 'ghr_event_history'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'ghr_event_history'
228: ,p_hook_type => 'AI');
229: --
230: end;
231: --