DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_UTILITIES

Line 12816: Wsh_Utilities.process_message(

12812: END IF;
12813: --
12814: RETURN;
12815: ELSE
12816: Wsh_Utilities.process_message(
12817: p_entity => 'DLVY',
12818: p_entity_name => NVL(p_out_rec.NAME,p_out_rec.DELIVERY_ID),
12819: p_attributes => l_attributes,
12820: x_return_status => l_return_status

Line 12827: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);

12823: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
12824: THEN
12825: x_return_status := l_return_status;
12826: IF l_debug_on THEN
12827: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
12828: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
12829: wsh_debug_sv.pop(l_module_name);
12830: END IF;
12831: return;