DBA Data[Home] [Help]

APPS.BEN_XIC_INS dependencies on BEN_EXT_INCL_CHG

Line 117: -- Insert the row into: ben_ext_incl_chg

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

Line 119: insert into ben_ext_incl_chg

115: ben_xic_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_incl_chg
118: --
119: insert into ben_ext_incl_chg
120: ( ext_incl_chg_id,
121: chg_evt_cd,
122: chg_evt_source,
123: ext_rcd_in_file_id,

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

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

Line 298: (p_module_name => 'ben_ext_incl_chg'

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