DBA Data[Home] [Help]

APPS.BEN_PAT_INS dependencies on DUAL

Line 324: cursor c1 is select ben_popl_actn_typ_f_s.nextval from sys.dual;

320: p_validation_start_date in date,
321: p_validation_end_date in date) is
322: --
323: l_proc varchar2(72) := g_package||'pre_insert';
324: cursor c1 is select ben_popl_actn_typ_f_s.nextval from sys.dual;
325: --
326: --
327: --
328: Begin