DBA Data[Home] [Help]

APPS.WIP_EXP_NOTIF_WF_PKG dependencies on DUAL

Line 49: into l_seq from sys.dual;

45: we.component_item_id = msi.inventory_item_id (+) and
46: we.exception_id = p_exception_id;
47:
48: select to_char(WIP_EXP_NOTIF_WF_ITEMKEY_S.NEXTVAL)
49: into l_seq from sys.dual;
50:
51: l_itemkey := to_char (p_exception_id)|| '-' || l_seq;
52:
53: wf_engine.createProcess ( ItemType => l_ItemType,