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 2339: wms_txnreasons_pub.Start_Workflow(

2335: IF (l_debug = 1) THEN
2336: mdebug('l_transaction_uom: '|| l_transaction_uom);
2337: mdebug('After the 2 select statements');
2338: END IF;
2339: wms_txnreasons_pub.Start_Workflow(
2340: P_REASON_ID => p_rsn_id
2341: ,P_REASON_NAME => NULL
2342: ,P_SOURCE_ORGANIZATION_ID => p_organization_id
2343: ,P_DESTINATION_ORGANIZATION_ID => NULL