DBA Data[Home] [Help]

APPS.HXC_HAS_INS dependencies on DUAL

Line 173: Cursor C_Sel1 is select hxc_approval_styles_s.nextval from sys.dual;

169: ) is
170: --
171: l_proc varchar2(72);
172: --
173: Cursor C_Sel1 is select hxc_approval_styles_s.nextval from sys.dual;
174: --
175: Begin
176: if g_debug then
177: l_proc := g_package||'pre_insert';