DBA Data[Home] [Help]

APPS.BEN_XRC_INS dependencies on BEN_EXT_RCD

Line 118: -- Insert the row into: ben_ext_rcd

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

Line 120: insert into ben_ext_rcd

116: ben_xrc_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_rcd
119: --
120: insert into ben_ext_rcd
121: ( ext_rcd_id,
122: name,
123: xml_tag_name,
124: rcd_type_cd,

Line 278: Cursor C_Sel1 is select ben_ext_rcd_s.nextval from sys.dual;

274: Procedure pre_insert(p_rec in out nocopy ben_xrc_shd.g_rec_type) is
275: --
276: l_proc varchar2(72) := g_package||'pre_insert';
277: --
278: Cursor C_Sel1 is select ben_ext_rcd_s.nextval from sys.dual;
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --

Line 392: (p_module_name => 'ben_ext_rcd'

388: --
389: when hr_api.cannot_find_prog_unit then
390: --
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'ben_ext_rcd'
393: ,p_hook_type => 'AI');
394: --
395: end;
396: --