DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on INV_LOG_UTIL

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

7923:
7924: -- If the qty tree returns and error raise an exception.
7925: IF x_return_status <> fnd_api.g_ret_sts_success THEN
7926: IF (l_debug = 1) THEN
7927: inv_log_util.TRACE('Qty Tree Failed' || l_msg_data, 'INV_VMI_VALIDATIONS', 9);
7928: END IF;
7929:
7930: RAISE fnd_api.g_exc_unexpected_error;
7931: END IF;

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

7943: x_return_status := fnd_api.g_ret_sts_success;
7944: EXCEPTION
7945: WHEN OTHERS THEN
7946: IF (l_debug = 1) THEN
7947: inv_log_util.TRACE('When others Exception in get_available_vmi_quantity', 'GET_LPN_AVAILABLE_QUANTITY', 9);
7948: END IF;
7949:
7950: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
7951: x_return_status := fnd_api.g_ret_sts_unexp_error;