DBA Data[Home] [Help]

APPS.HXC_HRP_INS dependencies on DUAL

Line 169: Cursor C_Sel1 is select hxc_recurring_periods_s.nextval from sys.dual;

165: ) is
166: --
167: l_proc varchar2(72);
168: --
169: Cursor C_Sel1 is select hxc_recurring_periods_s.nextval from sys.dual;
170: --
171: Begin
172: if g_debug then
173: l_proc := g_package||'pre_insert';