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.29.12020000.3 2013/02/14 19:29:35 sahmahes 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.29.12020000.3 2013/02/14 19:29:35 sahmahes 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 114: mdebug('Inside wms_txnrsn_actions_pub.Inadequate Quantity: Before update quantity ');

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

Line 2859: wms_txnrsn_actions_pub.log_exception(

2855: END IF;
2856: END IF; --} WF <=0
2857: END LOOP;
2858:
2859: wms_txnrsn_actions_pub.log_exception(
2860: p_api_version_number => 1.0
2861: , p_init_msg_lst => fnd_api.g_false
2862: , p_commit => fnd_api.g_false
2863: , x_return_status => x_return_status

Line 3174: END wms_txnrsn_actions_pub ;

3170: raise_application_error(-20000,l_return_err);
3171:
3172: END Log_exception;
3173:
3174: END wms_txnrsn_actions_pub ;