DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_EXCEPTIONS

Line 1398: UPDATE wms_exceptions

1394: X_RESERVATION_ID := wf_engine.GetItemAttrNumber(itemtype=> l_workflow_name,
1395: itemkey => l_item_key,
1396: aname => 'XW_RESERVATION_ID');
1397: BEGIN
1398: UPDATE wms_exceptions
1399: SET
1400: wf_item_key = l_item_key
1401: WHERE
1402: transaction_header_id = l_transaction_header_id;