DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_EXCEPTIONS

Line 1406: UPDATE wms_exceptions

1402: X_RESERVATION_ID := wf_engine.GetItemAttrNumber(itemtype=> l_workflow_name,
1403: itemkey => l_item_key,
1404: aname => 'XW_RESERVATION_ID');
1405: BEGIN
1406: UPDATE wms_exceptions
1407: SET
1408: wf_item_key = l_item_key
1409: WHERE
1410: transaction_header_id = l_transaction_header_id;