DBA Data[Home] [Help]

APPS.BEN_ECR_INS dependencies on BEN_ENRT_RT

Line 63: -- Insert the row into: ben_enrt_rt

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

Line 65: insert into ben_enrt_rt

61: ben_ecr_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_rt
64: --
65: insert into ben_enrt_rt
66: (enrt_rt_id ,
67: ordr_num,
68: acty_typ_cd ,
69: tx_typ_cd ,

Line 328: Cursor C_Sel1 is select ben_enrt_rt_s.nextval from sys.dual;

324: Procedure pre_insert(p_rec in out nocopy ben_ecr_shd.g_rec_type) is
325: --
326: l_proc varchar2(72) := g_package||'pre_insert';
327: --
328: Cursor C_Sel1 is select ben_enrt_rt_s.nextval from sys.dual;
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --