DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_XC_UTIL

Line 5266: wsh_xc_util.log_exception(

5262: --
5263: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
5264:
5265: Begin
5266: wsh_xc_util.log_exception(
5267: p_api_version => 1.0,
5268: x_return_status => l_exception_return_status,
5269: x_msg_count => l_exception_msg_count,
5270: x_msg_data => l_exception_msg_data,

Line 5336: wsh_xc_util.log_exception(

5332: --
5333: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
5334:
5335: Begin
5336: wsh_xc_util.log_exception(
5337: p_api_version => 1.0,
5338: x_return_status => l_exception_return_status,
5339: x_msg_count => l_exception_msg_count,
5340: x_msg_data => l_exception_msg_data,

Line 5414: wsh_xc_util.log_exception(

5410: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
5411:
5412: Begin
5413:
5414: wsh_xc_util.log_exception(
5415: p_api_version => 1.0,
5416: x_return_status => l_exception_return_status,
5417: x_msg_count => l_exception_msg_count,
5418: x_msg_data => l_exception_msg_data,

Line 5750: wsh_xc_util.log_exception(

5746: l_msg := FND_MESSAGE.GET;
5747: l_exception_location_id := old_delivery_detail_rec.ship_from_location_id;
5748:
5749: --
5750: wsh_xc_util.log_exception(
5751: p_api_version => 1.0,
5752: x_return_status => l_exception_return_status,
5753: x_msg_count => l_exception_msg_count,
5754: x_msg_data => l_exception_msg_data,

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

5772: --
5773: -- Debug Statements
5774: --
5775: IF l_debug_on THEN
5776: WSH_DEBUG_SV.logmsg(l_module_name, 'WSH_XC_UTIL.LOG_EXCEPTION PROCEDURE FAILED TO LOG EXCEPTION' );
5777: WSH_DEBUG_SV.logmsg(l_module_name, L_EXCEPTION_ERROR_MESSAGE );
5778: END IF;
5779: END IF;
5780: