DBA Data[Home] [Help]

APPS.BEN_XEL_INS dependencies on BEN_EXT_DATA_ELMT

Line 117: -- Insert the row into: ben_ext_data_elmt

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

Line 119: insert into ben_ext_data_elmt

115: ben_xel_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_data_elmt
118: --
119: insert into ben_ext_data_elmt
120: ( ext_data_elmt_id,
121: name,
122: xml_tag_name ,
123: data_elmt_typ_cd,

Line 301: Cursor C_Sel1 is select ben_ext_data_elmt_s.nextval from sys.dual;

297: Procedure pre_insert(p_rec in out nocopy ben_xel_shd.g_rec_type) is
298: --
299: l_proc varchar2(72) := g_package||'pre_insert';
300: --
301: Cursor C_Sel1 is select ben_ext_data_elmt_s.nextval from sys.dual;
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --

Line 427: (p_module_name => 'ben_ext_data_elmt'

423: --
424: when hr_api.cannot_find_prog_unit then
425: --
426: hr_api.cannot_find_prog_unit_error
427: (p_module_name => 'ben_ext_data_elmt'
428: ,p_hook_type => 'AI');
429: --
430: end;
431: --