DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on WSH_XC_UTIL

Line 550: wsh_xc_util.log_exception(

546: l_exception_message := FND_MESSAGE.Get;
547:
548: l_exception_id := NULL;
549:
550: wsh_xc_util.log_exception(
551: p_api_version => 1.0,
552: x_return_status => l_return_status,
553: x_msg_count => l_msg_count,
554: x_msg_data => l_msg_data,

Line 643: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

639: WHERE delivery_id = l_delivery_id;
640:
641: -- OTM R12 : update delivery
642: IF (l_gc3_is_installed = 'Y' AND l_tms_update = 'Y') THEN
643: WSH_XC_UTIL.LOG_OTM_EXCEPTION(
644: p_delivery_info_tab => l_delivery_info_tab,
645: p_new_interface_flag_tab => l_new_interface_flag_tab,
646: x_return_status => l_otm_return_status);
647: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN

Line 650: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');

646: x_return_status => l_otm_return_status);
647: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
648: x_return_status := l_otm_return_status;
649: IF l_debug_on THEN
650: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
651: WSH_DEBUG_SV.pop(l_module_name);
652: END IF;
653: RETURN;
654: END IF;

Line 690: wsh_xc_util.log_exception(

686: l_exception_message := FND_MESSAGE.Get;
687:
688: l_exception_id := NULL;
689:
690: wsh_xc_util.log_exception(
691: p_api_version => 1.0,
692: x_return_status => l_return_status,
693: x_msg_count => l_msg_count,
694: x_msg_data => l_msg_data,

Line 793: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

789: WHERE delivery_id = l_delivery_id;
790:
791: -- OTM R12 : update delivery
792: IF (l_gc3_is_installed = 'Y' AND l_tms_update = 'Y') THEN
793: WSH_XC_UTIL.LOG_OTM_EXCEPTION(
794: p_delivery_info_tab => l_delivery_info_tab,
795: p_new_interface_flag_tab => l_new_interface_flag_tab,
796: x_return_status => l_otm_return_status);
797: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN

Line 800: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');

796: x_return_status => l_otm_return_status);
797: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
798: x_return_status := l_otm_return_status;
799: IF l_debug_on THEN
800: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
801: WSH_DEBUG_SV.pop(l_module_name);
802: END IF;
803: RETURN;
804: END IF;