DBA Data[Home] [Help]

APPS.HR_AHC_INS dependencies on HR_API_HOOK_CALLS

Line 63: -- Insert the row into: hr_api_hook_calls

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

Line 65: insert into hr_api_hook_calls

61: hr_ahc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_hook_calls
64: --
65: insert into hr_api_hook_calls
66: ( api_hook_call_id,
67: api_hook_id,
68: api_hook_call_type,
69: legislation_code,

Line 163: Cursor C_Sel1 is select hr_api_hook_calls_s.nextval from sys.dual;

159: Procedure pre_insert(p_rec in out nocopy hr_ahc_shd.g_rec_type) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select hr_api_hook_calls_s.nextval from sys.dual;
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --