DBA Data[Home] [Help]

APPS.BEN_XID_INS dependencies on BEN_EXT_INCL_DATA_ELMT

Line 117: -- Insert the row into: ben_ext_incl_data_elmt

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

Line 119: insert into ben_ext_incl_data_elmt

115: ben_xid_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_incl_data_elmt
118: --
119: insert into ben_ext_incl_data_elmt
120: ( ext_incl_data_elmt_id,
121: ext_rcd_in_file_id,
122: ext_data_elmt_id,
123: business_group_id,

Line 213: Cursor C_Sel1 is select ben_ext_incl_data_elmt_s.nextval from sys.dual;

209: Procedure pre_insert(p_rec in out nocopy ben_xid_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select ben_ext_incl_data_elmt_s.nextval from sys.dual;
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --

Line 293: (p_module_name => 'ben_ext_incl_data_elmt'

289: --
290: when hr_api.cannot_find_prog_unit then
291: --
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'ben_ext_incl_data_elmt'
294: ,p_hook_type => 'AI');
295: --
296: end;
297: --