DBA Data[Home] [Help]

APPS.HR_AMD_INS dependencies on HR_API_MODULES

Line 63: -- Insert the row into: hr_api_modules

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

Line 65: insert into hr_api_modules

61: hr_amd_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_modules
64: --
65: insert into hr_api_modules
66: ( api_module_id,
67: api_module_type,
68: module_name,
69: data_within_business_group,

Line 147: Cursor C_Sel1 is select hr_api_modules_s.nextval from sys.dual;

143: Procedure pre_insert(p_rec in out nocopy hr_amd_shd.g_rec_type) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select hr_api_modules_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --