DBA Data[Home] [Help]

APPS.WSH_BOLS_PVT dependencies on WSH_XC_UTIL

Line 791: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);

787: END IF;
788:
789: --
790: IF l_debug_on THEN
791: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
792: END IF;
793: --
794: l_dummy_exception_id := null; --Bugfix 3990683
795: wsh_xc_util.log_exception(

Line 795: wsh_xc_util.log_exception(

791: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_XC_UTIL.LOG_EXCEPTION',WSH_DEBUG_SV.C_PROC_LEVEL);
792: END IF;
793: --
794: l_dummy_exception_id := null; --Bugfix 3990683
795: wsh_xc_util.log_exception(
796: p_api_version => 1.0,
797: x_return_status => l_return_status,
798: x_msg_count => l_exception_msg_count,
799: x_msg_data => l_exception_msg_data,

Line 815: WSH_DEBUG_SV.logmsg(l_module_name, 'WSH_XC_UTIL.LOG_EXCEPTION DID NOT RETURN SUCCESS' );

811:
812: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
813: --
814: IF l_debug_on THEN
815: WSH_DEBUG_SV.logmsg(l_module_name, 'WSH_XC_UTIL.LOG_EXCEPTION DID NOT RETURN SUCCESS' );
816: END IF;
817: --
818: raise wsh_cancel_bol_error;
819: END IF;