DBA Data[Home] [Help]

APPS.BEN_XER_INS dependencies on BEN_EXT_DATA_ELMT_IN_RCD

Line 117: -- Insert the row into: ben_ext_data_elmt_in_rcd

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

Line 119: insert into ben_ext_data_elmt_in_rcd

115: ben_xer_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_data_elmt_in_rcd
118: --
119: insert into ben_ext_data_elmt_in_rcd
120: ( ext_data_elmt_in_rcd_id,
121: seq_num,
122: strt_pos,
123: dlmtr_val,

Line 225: Cursor C_Sel1 is select ben_ext_data_elmt_in_rcd_s.nextval from sys.dual;

221: Procedure pre_insert(p_rec in out nocopy ben_xer_shd.g_rec_type) is
222: --
223: l_proc varchar2(72) := g_package||'pre_insert';
224: --
225: Cursor C_Sel1 is select ben_ext_data_elmt_in_rcd_s.nextval from sys.dual;
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --

Line 313: (p_module_name => 'ben_ext_data_elmt_in_rcd'

309: --
310: when hr_api.cannot_find_prog_unit then
311: --
312: hr_api.cannot_find_prog_unit_error
313: (p_module_name => 'ben_ext_data_elmt_in_rcd'
314: ,p_hook_type => 'AI');
315: --
316: end;
317: --