DBA Data[Home] [Help]

APPS.HXC_APS_INS dependencies on DUAL

Line 161: Cursor C_Sel1 is select hxc_approval_period_sets_s.nextval from sys.dual;

157: ) is
158: --
159: l_proc varchar2(72);
160: --
161: Cursor C_Sel1 is select hxc_approval_period_sets_s.nextval from sys.dual;
162: --
163: Begin
164: if g_debug then
165: l_proc:= g_package||'pre_insert';