DBA Data[Home] [Help]

APPS.BEN_PEL_INS dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 63: -- Insert the row into: ben_pil_elctbl_chc_popl

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

Line 65: insert into ben_pil_elctbl_chc_popl

61: ben_pel_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_pil_elctbl_chc_popl
64: --
65: insert into ben_pil_elctbl_chc_popl
66: ( pil_elctbl_chc_popl_id,
67: dflt_enrt_dt,
68: dflt_asnd_dt,
69: elcns_made_dt,

Line 293: Cursor C_Sel1 is select ben_pil_elctbl_chc_popl_s.nextval from sys.dual;

289: Procedure pre_insert(p_rec in out nocopy ben_pel_shd.g_rec_type) is
290: --
291: l_proc varchar2(72) := g_package||'pre_insert';
292: --
293: Cursor C_Sel1 is select ben_pil_elctbl_chc_popl_s.nextval from sys.dual;
294: --
295: Begin
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --

Line 442: (p_module_name => 'ben_pil_elctbl_chc_popl'

438: --
439: when hr_api.cannot_find_prog_unit then
440: --
441: hr_api.cannot_find_prog_unit_error
442: (p_module_name => 'ben_pil_elctbl_chc_popl'
443: ,p_hook_type => 'AI');
444: --
445: end;
446: --