DBA Data[Home] [Help]

APPS.BEN_DCR_INS dependencies on BEN_DPNT_CVG_RQD_RLSHP_F_S

Line 323: select BEN_DPNT_CVG_RQD_RLSHP_F_S.nextval

319: p_validation_end_date in date) is
320: --
321: l_proc varchar2(72) := g_package||'pre_insert';
322: cursor c1 is
323: select BEN_DPNT_CVG_RQD_RLSHP_F_S.nextval
324: from sys.dual;
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);

Line 329: -- Get next value from Database Sequence (BEN_DPNT_CVG_RQD_RLSHP_F_S and

325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- Get next value from Database Sequence (BEN_DPNT_CVG_RQD_RLSHP_F_S and
330: -- copy value into primary key.
331: --
332:
333: open c1;