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 287: Cursor C_Sel1 is select ben_enrt_perd_s.nextval from sys.dual;

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

Line 434: (p_module_name => 'ben_enrt_perd'

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