DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on WMS_TXNRSN_ACTIONS_PUB

Line 1: PACKAGE BODY wms_txnrsn_actions_pub AS

1: PACKAGE BODY wms_txnrsn_actions_pub AS
2: /* $Header: WMSTRSAB.pls 120.6.12000000.5 2007/10/23 04:11:00 anagupta ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'wms_txnrsn_actions_pub';

2: /* $Header: WMSTRSAB.pls 120.6.12000000.5 2007/10/23 04:11:00 anagupta ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'wms_txnrsn_actions_pub';
7: l_g_ret_sts_error CONSTANT VARCHAR2(30) := fnd_api.g_ret_sts_error;
8: l_g_ret_sts_unexp_error CONSTANT VARCHAR2(30) := fnd_api.g_ret_sts_unexp_error;
9: l_g_ret_sts_success CONSTANT VARCHAR2(30) := fnd_api.g_ret_sts_success;
10: g_trace_on CONSTANT NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

Line 112: mdebug('Inside wms_txnrsn_actions_pub.Inadequate Quantity: Before update quantity ');

108: x_return_status := FND_API.G_RET_STS_SUCCESS;
109:
110:
111: IF (l_debug = 1) THEN
112: mdebug('Inside wms_txnrsn_actions_pub.Inadequate Quantity: Before update quantity ');
113: END IF;
114:
115: --Get MMTT id from WMS_Dispatched_tasks
116: SELECT transaction_temp_id

Line 2223: wms_txnrsn_actions_pub.log_exception(

2219: END IF;
2220: END IF; -- WF <=0
2221: END LOOP;
2222:
2223: wms_txnrsn_actions_pub.log_exception(
2224: p_api_version_number => 1.0
2225: , p_init_msg_lst => fnd_api.g_false
2226: , p_commit => fnd_api.g_false
2227: , x_return_status => x_return_status

Line 2538: END wms_txnrsn_actions_pub ;

2534: raise_application_error(-20000,l_return_err);
2535:
2536: END Log_exception;
2537:
2538: END wms_txnrsn_actions_pub ;