DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_APPROVAL_ITEM_KEY_S

Line 46: select hxc_approval_item_key_s.nextval

42:
43: Function get_item_key return number is
44: l_item_key number;
45: Begin
46: select hxc_approval_item_key_s.nextval
47: into l_item_key
48: from dual;
49:
50: return l_item_key;