DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_UTILITIES

Line 8912: Wsh_Utilities.process_message(

8908: WSH_DEBUG_SV.pop(l_module_name);
8909: END IF;
8910: RETURN;
8911: ELSE
8912: Wsh_Utilities.process_message(
8913: p_entity => 'DLVB',
8914: p_entity_name => p_out_rec.DELIVERY_DETAIL_ID,
8915: p_attributes => l_attributes,
8916: x_return_status => l_return_status

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

8919: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
8920: THEN
8921: x_return_status := l_return_status;
8922: IF l_debug_on THEN
8923: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
8924: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
8925: wsh_debug_sv.pop(l_module_name);
8926: END IF;
8927: return;