DBA Data[Home] [Help]

APPS.BEN_ERC_INS dependencies on BEN_ENRT_RT_CTFN

Line 63: -- Insert the row into: ben_enrt_rt_ctfn

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_erc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_rt_ctfn
64: --
65: insert into ben_enrt_rt_ctfn
66: ( enrt_rt_ctfn_id,
67: enrt_ctfn_typ_cd,

Line 65: insert into ben_enrt_rt_ctfn

61: ben_erc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_rt_ctfn
64: --
65: insert into ben_enrt_rt_ctfn
66: ( enrt_rt_ctfn_id,
67: enrt_ctfn_typ_cd,
68: rqd_flag,
69: enrt_rt_id,

Line 217: Cursor C_Sel1 is select ben_enrt_rt_ctfn_s.nextval from sys.dual;

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

Line 328: (p_module_name => 'ben_enrt_rt_ctfn'

324: --
325: when hr_api.cannot_find_prog_unit then
326: --
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'ben_enrt_rt_ctfn'
329: ,p_hook_type => 'AI');
330: --
331: end;
332: --