DBA Data[Home] [Help]

APPS.HXC_HRR_INS dependencies on DUAL

Line 179: Cursor C_Sel1 is select hxc_resource_rules_s.nextval from sys.dual;

175: ) is
176: --
177: l_proc varchar2(72);
178: --
179: Cursor C_Sel1 is select hxc_resource_rules_s.nextval from sys.dual;
180: --
181: Begin
182: if g_debug then
183: l_proc := g_package||'pre_insert';