DBA Data[Home] [Help]

APPS.BEN_ENB_INS dependencies on BEN_ENRT_BNFT

Line 63: -- Insert the row into: ben_enrt_bnft

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

Line 65: insert into ben_enrt_bnft

61: ben_enb_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_bnft
64: --
65: insert into ben_enrt_bnft
66: ( enrt_bnft_id
67: ,dflt_flag
68: ,val_has_bn_prortd_flag
69: ,bndry_perd_cd

Line 253: Cursor C_Sel1 is select ben_enrt_bnft_s.nextval from sys.dual;

249: Procedure pre_insert(p_rec in out nocopy ben_enb_shd.g_rec_type) is
250: --
251: l_proc varchar2(72) := g_package||'pre_insert';
252: --
253: Cursor C_Sel1 is select ben_enrt_bnft_s.nextval from sys.dual;
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --

Line 382: (p_module_name => 'ben_enrt_bnft'

378: --
379: when hr_api.cannot_find_prog_unit then
380: --
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'ben_enrt_bnft'
383: ,p_hook_type => 'AI');
384: --
385: end;
386: --