DBA Data[Home] [Help]

APPS.BEN_XFI_INS dependencies on BEN_EXT_FILE

Line 117: -- Insert the row into: ben_ext_file

113: p_rec.object_version_number := 1; -- Initialise the object version
114: --
115: ben_xfi_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_file
118: --
119: insert into ben_ext_file
120: ( ext_file_id,
121: name,

Line 119: insert into ben_ext_file

115: ben_xfi_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_file
118: --
119: insert into ben_ext_file
120: ( ext_file_id,
121: name,
122: xml_tag_name,
123: business_group_id,

Line 279: Cursor C_Sel1 is select ben_ext_file_s.nextval from sys.dual;

275: Procedure pre_insert(p_rec in out nocopy ben_xfi_shd.g_rec_type) is
276: --
277: l_proc varchar2(72) := g_package||'pre_insert';
278: --
279: Cursor C_Sel1 is select ben_ext_file_s.nextval from sys.dual;
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --

Line 392: (p_module_name => 'ben_ext_file'

388: --
389: when hr_api.cannot_find_prog_unit then
390: --
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'ben_ext_file'
393: ,p_hook_type => 'AI');
394: --
395: end;
396: --