DBA Data[Home] [Help]

APPS.BEN_EAT_INS dependencies on DUAL

Line 244: from sys.dual;

240: Procedure pre_insert(p_rec in out nocopy ben_eat_shd.g_rec_type) is
241: --
242: l_proc varchar2(72) := g_package||'pre_insert';
243: cursor c1 is select ben_actn_typ_s.nextval
244: from sys.dual;
245: --
246: --
247: --
248: Begin