DBA Data[Home] [Help]

APPS.HR_AHK_INS dependencies on HR_API_HOOKS

Line 63: -- Insert the row into: hr_api_hooks

59: --
60: --
61: hr_ahk_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_hooks
64: --
65: insert into hr_api_hooks
66: ( api_hook_id,
67: api_module_id,

Line 65: insert into hr_api_hooks

61: hr_ahk_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_hooks
64: --
65: insert into hr_api_hooks
66: ( api_hook_id,
67: api_module_id,
68: api_hook_type,
69: hook_package,

Line 153: Cursor C_Sel1 is select hr_api_hooks_s.nextval from sys.dual;

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