DBA Data[Home] [Help]

APPS.BEN_EPE_INS dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 63: -- Insert the row into: ben_elig_per_elctbl_chc

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

Line 65: insert into ben_elig_per_elctbl_chc

61: ben_epe_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_elig_per_elctbl_chc
64: --
65: insert into ben_elig_per_elctbl_chc
66: ( elig_per_elctbl_chc_id,
67: -- enrt_typ_cycl_cd,
68: enrt_cvg_strt_dt_cd,
69: -- enrt_perd_end_dt,

Line 338: Cursor C_Sel1 is select ben_elig_per_elctbl_chc_s.nextval from sys.dual;

334: --
335: l_proc varchar2(72) := g_package||'pre_insert';
336: --
337: --
338: Cursor C_Sel1 is select ben_elig_per_elctbl_chc_s.nextval from sys.dual;
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --