DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on INV_LOG_UTIL

Line 6830: inv_log_util.TRACE('Qty Tree Failed' || l_msg_data, 'INV_VMI_VALIDATIONS', 9);

6826:
6827: -- If the qty tree returns and error raise an exception.
6828: IF x_return_status <> fnd_api.g_ret_sts_success THEN
6829: IF (l_debug = 1) THEN
6830: inv_log_util.TRACE('Qty Tree Failed' || l_msg_data, 'INV_VMI_VALIDATIONS', 9);
6831: END IF;
6832:
6833: RAISE fnd_api.g_exc_unexpected_error;
6834: END IF;

Line 6850: inv_log_util.TRACE('When others Exception in get_available_vmi_quantity', 'GET_LPN_AVAILABLE_QUANTITY', 9);

6846: x_return_status := fnd_api.g_ret_sts_success;
6847: EXCEPTION
6848: WHEN OTHERS THEN
6849: IF (l_debug = 1) THEN
6850: inv_log_util.TRACE('When others Exception in get_available_vmi_quantity', 'GET_LPN_AVAILABLE_QUANTITY', 9);
6851: END IF;
6852:
6853: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
6854: x_return_status := fnd_api.g_ret_sts_unexp_error;