DBA Data[Home] [Help]

APPS.BEN_YRP_INS dependencies on DUAL

Line 217: select ben_yr_perd_s.nextval from sys.dual;

213: Procedure pre_insert(p_rec in out nocopy ben_yrp_shd.g_rec_type) is
214: --
215: l_proc varchar2(72) := g_package||'pre_insert';
216: cursor c is
217: select ben_yr_perd_s.nextval from sys.dual;
218: --
219: --
220: --
221: Begin