DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_TXNRSN_ACTIONS_PUB

Line 5546: wms_txnrsn_actions_pub.log_exception(

5542: IF (l_debug = 1) THEN
5543: mydebug('load_pick : Qty Discrepancy exists');
5544: END IF;
5545:
5546: wms_txnrsn_actions_pub.log_exception(
5547: p_api_version_number => 1.0
5548: , p_init_msg_lst => fnd_api.g_false
5549: , p_commit => fnd_api.g_false
5550: , x_return_status => l_return_status

Line 5587: wms_txnrsn_actions_pub.log_exception(

5583: mydebug('load_pick : Loc Discrepancy exists');
5584: mydebug('Load_pick : user id' || l_user_id);
5585: END IF;
5586:
5587: wms_txnrsn_actions_pub.log_exception(
5588: p_api_version_number => 1.0
5589: , p_init_msg_lst => fnd_api.g_false
5590: , p_commit => fnd_api.g_false
5591: , x_return_status => l_return_status

Line 11369: wms_txnrsn_actions_pub.log_exception

11365:
11366: FOR rec_mmtt IN mmtt_csr loop
11367: -- right now we give the from_sub and from_loc until
11368: -- wms control board is enhanced.
11369: wms_txnrsn_actions_pub.log_exception
11370: (p_api_version_number => 1.0,
11371: p_init_msg_lst => fnd_api.g_false,
11372: p_commit => fnd_api.g_false,
11373: x_return_status => l_return_status,

Line 13864: wms_txnrsn_actions_pub.log_exception(

13860: IF (l_debug = 1) THEN
13861: mydebug('CLEANUP_TASK: Logging Exceptions with Reason ID = ' || p_qty_rsn_id || ' and TxnTempID = ' || l_txn_temp_id);
13862: END IF;
13863:
13864: wms_txnrsn_actions_pub.log_exception(
13865: p_api_version_number => 1.0
13866: , p_init_msg_lst => fnd_api.g_false
13867: , p_commit => fnd_api.g_false
13868: , x_return_status => x_return_status

Line 13987: /*bug3139307 suggest_alternate_location API in wms_txnrsn_actions_pub

13983: */
13984: IF (l_mo_type = INV_GLOBALS.G_MOVE_ORDER_PICK_WAVE) THEN
13985: DELETE FROM wms_dispatched_tasks WHERE transaction_temp_id = p_temp_id;
13986:
13987: /*bug3139307 suggest_alternate_location API in wms_txnrsn_actions_pub
13988: would call INV_Replenish_Detail_PUB.Line_Details_PUB . When there is
13989: no quantity to allocate the sales order would be automatically
13990: backordered and move order is closed. So we need not call
13991: backorder API here again. */