DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_UTILITIES

Line 12537: Wsh_Utilities.process_message(

12533: END IF;
12534: --
12535: RETURN;
12536: ELSE
12537: Wsh_Utilities.process_message(
12538: p_entity => 'DLVY',
12539: p_entity_name => NVL(p_out_rec.NAME,p_out_rec.DELIVERY_ID),
12540: p_attributes => l_attributes,
12541: x_return_status => l_return_status

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

12544: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
12545: THEN
12546: x_return_status := l_return_status;
12547: IF l_debug_on THEN
12548: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
12549: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
12550: wsh_debug_sv.pop(l_module_name);
12551: END IF;
12552: return;