DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_XC_UTIL

Line 4730: wsh_xc_util.log_exception(

4726: --
4727: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
4728:
4729: Begin
4730: wsh_xc_util.log_exception(
4731: p_api_version => 1.0,
4732: x_return_status => l_exception_return_status,
4733: x_msg_count => l_exception_msg_count,
4734: x_msg_data => l_exception_msg_data,

Line 4791: wsh_xc_util.log_exception(

4787: --
4788: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
4789:
4790: Begin
4791: wsh_xc_util.log_exception(
4792: p_api_version => 1.0,
4793: x_return_status => l_exception_return_status,
4794: x_msg_count => l_exception_msg_count,
4795: x_msg_data => l_exception_msg_data,

Line 4859: wsh_xc_util.log_exception(

4855: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
4856:
4857: Begin
4858:
4859: wsh_xc_util.log_exception(
4860: p_api_version => 1.0,
4861: x_return_status => l_exception_return_status,
4862: x_msg_count => l_exception_msg_count,
4863: x_msg_data => l_exception_msg_data,

Line 5179: wsh_xc_util.log_exception(

5175: l_msg := FND_MESSAGE.GET;
5176: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
5177:
5178: --
5179: wsh_xc_util.log_exception(
5180: p_api_version => 1.0,
5181: x_return_status => l_exception_return_status,
5182: x_msg_count => l_exception_msg_count,
5183: x_msg_data => l_exception_msg_data,

Line 5205: WSH_DEBUG_SV.logmsg(l_module_name, 'WSH_XC_UTIL.LOG_EXCEPTION PROCEDURE FAILED TO LOG EXCEPTION' );

5201: --
5202: -- Debug Statements
5203: --
5204: IF l_debug_on THEN
5205: WSH_DEBUG_SV.logmsg(l_module_name, 'WSH_XC_UTIL.LOG_EXCEPTION PROCEDURE FAILED TO LOG EXCEPTION' );
5206: WSH_DEBUG_SV.logmsg(l_module_name, L_EXCEPTION_ERROR_MESSAGE );
5207: END IF;
5208: END IF;
5209: