DBA Data[Home] [Help]

APPS.HXC_EGC_INS dependencies on DUAL

Line 223: Cursor C_Sel1 is select hxc_entity_group_comps_s.nextval from sys.dual;

219: ) is
220: --
221: l_proc varchar2(72) ;
222: --
223: Cursor C_Sel1 is select hxc_entity_group_comps_s.nextval from sys.dual;
224: --
225: Begin
226: if g_debug then
227: l_proc:= g_package||'pre_insert';