DBA Data[Home] [Help]

APPS.BEN_XDD_INS dependencies on BEN_EXT_DATA_ELMT_DECD

Line 117: -- Insert the row into: ben_ext_data_elmt_decd

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

Line 119: insert into ben_ext_data_elmt_decd

115: ben_xdd_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_data_elmt_decd
118: --
119: insert into ben_ext_data_elmt_decd
120: ( ext_data_elmt_decd_id,
121: val,
122: dcd_val,
123: chg_evt_source,

Line 215: Cursor C_Sel1 is select ben_ext_data_elmt_decd_s.nextval from sys.dual;

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

Line 296: (p_module_name => 'ben_ext_data_elmt_decd'

292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'ben_ext_data_elmt_decd'
297: ,p_hook_type => 'AI');
298: --
299: end;
300: --