DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on WSH_XC_UTIL

Line 556: wsh_xc_util.log_exception(

552: l_exception_message := FND_MESSAGE.Get;
553:
554: l_exception_id := NULL;
555:
556: wsh_xc_util.log_exception(
557: p_api_version => 1.0,
558: x_return_status => l_return_status,
559: x_msg_count => l_msg_count,
560: x_msg_data => l_msg_data,

Line 649: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

645: WHERE delivery_id = l_delivery_id;
646:
647: -- OTM R12 : update delivery
648: IF (l_gc3_is_installed = 'Y' AND l_tms_update = 'Y') THEN
649: WSH_XC_UTIL.LOG_OTM_EXCEPTION(
650: p_delivery_info_tab => l_delivery_info_tab,
651: p_new_interface_flag_tab => l_new_interface_flag_tab,
652: x_return_status => l_otm_return_status);
653: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN

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

652: x_return_status => l_otm_return_status);
653: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
654: x_return_status := l_otm_return_status;
655: IF l_debug_on THEN
656: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
657: WSH_DEBUG_SV.pop(l_module_name);
658: END IF;
659: RETURN;
660: END IF;

Line 696: wsh_xc_util.log_exception(

692: l_exception_message := FND_MESSAGE.Get;
693:
694: l_exception_id := NULL;
695:
696: wsh_xc_util.log_exception(
697: p_api_version => 1.0,
698: x_return_status => l_return_status,
699: x_msg_count => l_msg_count,
700: x_msg_data => l_msg_data,

Line 799: WSH_XC_UTIL.LOG_OTM_EXCEPTION(

795: WHERE delivery_id = l_delivery_id;
796:
797: -- OTM R12 : update delivery
798: IF (l_gc3_is_installed = 'Y' AND l_tms_update = 'Y') THEN
799: WSH_XC_UTIL.LOG_OTM_EXCEPTION(
800: p_delivery_info_tab => l_delivery_info_tab,
801: p_new_interface_flag_tab => l_new_interface_flag_tab,
802: x_return_status => l_otm_return_status);
803: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN

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

802: x_return_status => l_otm_return_status);
803: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
804: x_return_status := l_otm_return_status;
805: IF l_debug_on THEN
806: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
807: WSH_DEBUG_SV.pop(l_module_name);
808: END IF;
809: RETURN;
810: END IF;