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

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

Line 445: (p_module_name => 'ben_pil_elctbl_chc_popl'

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