DBA Data[Home] [Help]

APPS.BEN_ENP_INS dependencies on BEN_ENRT_PERD

Line 63: -- Insert the row into: ben_enrt_perd

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

Line 65: insert into ben_enrt_perd

61: ben_enp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_perd
64: --
65: insert into ben_enrt_perd
66: ( enrt_perd_id,
67: business_group_id,
68: yr_perd_id,
69: popl_enrt_typ_cycl_id,

Line 289: Cursor C_Sel1 is select ben_enrt_perd_s.nextval from sys.dual;

285: Procedure pre_insert(p_rec in out nocopy ben_enp_shd.g_rec_type) is
286: --
287: l_proc varchar2(72) := g_package||'pre_insert';
288: --
289: Cursor C_Sel1 is select ben_enrt_perd_s.nextval from sys.dual;
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --

Line 437: (p_module_name => 'ben_enrt_perd'

433: --
434: when hr_api.cannot_find_prog_unit then
435: --
436: hr_api.cannot_find_prog_unit_error
437: (p_module_name => 'ben_enrt_perd'
438: ,p_hook_type => 'AI');
439: --
440: end;
441: --