DBA Data[Home] [Help]

APPS.BEN_PGM_INS dependencies on BEN_PGM_F_S

Line 462: select ben_pgm_f_s.nextval

458: --
459: l_proc varchar2(72) := g_package||'pre_insert';
460: --
461: cursor c1 is
462: select ben_pgm_f_s.nextval
463: from sys.dual;
464: --
465: --
466: Begin