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 11298: wms_txnrsn_actions_pub.log_exception

11294:
11295: FOR rec_mmtt IN mmtt_csr loop
11296: -- right now we give the from_sub and from_loc until
11297: -- wms control board is enhanced.
11298: wms_txnrsn_actions_pub.log_exception
11299: (p_api_version_number => 1.0,
11300: p_init_msg_lst => fnd_api.g_false,
11301: p_commit => fnd_api.g_false,
11302: x_return_status => l_return_status,

Line 13611: wms_txnrsn_actions_pub.log_exception(

13607: IF (l_debug = 1) THEN
13608: mydebug('CLEANUP_TASK: Logging Exceptions with Reason ID = ' || p_qty_rsn_id || ' and TxnTempID = ' || l_txn_temp_id);
13609: END IF;
13610:
13611: wms_txnrsn_actions_pub.log_exception(
13612: p_api_version_number => 1.0
13613: , p_init_msg_lst => fnd_api.g_false
13614: , p_commit => fnd_api.g_false
13615: , x_return_status => x_return_status

Line 13734: /*bug3139307 suggest_alternate_location API in wms_txnrsn_actions_pub

13730: */
13731: IF (l_mo_type = INV_GLOBALS.G_MOVE_ORDER_PICK_WAVE) THEN
13732: DELETE FROM wms_dispatched_tasks WHERE transaction_temp_id = p_temp_id;
13733:
13734: /*bug3139307 suggest_alternate_location API in wms_txnrsn_actions_pub
13735: would call INV_Replenish_Detail_PUB.Line_Details_PUB . When there is
13736: no quantity to allocate the sales order would be automatically
13737: backordered and move order is closed. So we need not call
13738: backorder API here again. */