DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_WF_PKG dependencies on DUAL

Line 15: from dual;

11: BEGIN
12:
13: select hxc_approval_item_key_s.nextval
14: Into l_item_key
15: from dual;
16:
17: RETURN l_item_key;
18: END GET_ITEM_KEY;
19: