DBA Data[Home] [Help]

APPS.FLM_EKB_BUSINESS_EVENT_PKG dependencies on WIP_EXP_NOTIF_WF_ITEMKEY_S

Line 421: select to_char(WIP_EXP_NOTIF_WF_ITEMKEY_S.NEXTVAL)

417: we.organization_id = msi.organization_id(+) and
418: we.component_item_id = msi.inventory_item_id (+) and
419: we.exception_id = p_exception_id;
420:
421: select to_char(WIP_EXP_NOTIF_WF_ITEMKEY_S.NEXTVAL)
422: into l_seq from sys.dual;
423:
424: l_itemkey := to_char (p_exception_id)|| '-' || l_seq;
425: