DBA Data[Home] [Help]

APPS.BEN_RVC_INS dependencies on BEN_PRTT_RT_VAL_CTFN_PRVDD

Line 63: -- Insert the row into: ben_prtt_rt_val_ctfn_prvdd

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

Line 65: insert into ben_prtt_rt_val_ctfn_prvdd

61: ben_rvc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_prtt_rt_val_ctfn_prvdd
64: --
65: insert into ben_prtt_rt_val_ctfn_prvdd
66: ( prtt_rt_val_ctfn_prvdd_id,
67: enrt_ctfn_typ_cd,
68: enrt_ctfn_rqd_flag ,
69: enrt_ctfn_recd_dt ,

Line 221: Cursor C_Sel1 is select ben_prtt_rt_val_ctfn_prvdd_s.nextval from sys.dual;

217: Procedure pre_insert(p_rec in out nocopy ben_rvc_shd.g_rec_type) is
218: --
219: l_proc varchar2(72) := g_package||'pre_insert';
220: --
221: Cursor C_Sel1 is select ben_prtt_rt_val_ctfn_prvdd_s.nextval from sys.dual;
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --