DBA Data[Home] [Help]

APPS.BEN_PGM_INS dependencies on BEN_PGM_F_S

Line 460: select ben_pgm_f_s.nextval

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