DBA Data[Home] [Help]

APPS.HXC_HAC_INS dependencies on DUAL

Line 185: Cursor C_Sel1 is select hxc_approval_comps_s.nextval from sys.dual;

181: ) is
182: --
183: l_proc varchar2(72);
184: --
185: Cursor C_Sel1 is select hxc_approval_comps_s.nextval from sys.dual;
186: --
187: Begin
188: if g_debug then
189: l_proc := g_package||'pre_insert';