DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_TXNREASONS_PUB

Line 244: -- New workflow (replacing wms_txnreasons_pub.Start_Workflow)

240: END wf_wrapper;
241:
242:
243:
244: -- New workflow (replacing wms_txnreasons_pub.Start_Workflow)
245: -- if task_id is populated, then all the parameters will be
246: -- obtained from tables except for the following:
247: -- p_to_serial_number, p_to_lot_number, p_update_status_method (these are
248: -- all for Janet's API call)

Line 2373: wms_txnreasons_pub.Start_Workflow(

2369: IF (l_debug = 1) THEN
2370: mdebug('l_transaction_uom: '|| l_transaction_uom);
2371: mdebug('After the 2 select statements');
2372: END IF;
2373: wms_txnreasons_pub.Start_Workflow(
2374: P_REASON_ID => p_rsn_id
2375: ,P_REASON_NAME => NULL
2376: ,P_SOURCE_ORGANIZATION_ID => p_organization_id
2377: ,P_DESTINATION_ORGANIZATION_ID => NULL