DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_UTILITIES

Line 8622: Wsh_Utilities.process_message(

8618: WSH_DEBUG_SV.pop(l_module_name);
8619: END IF;
8620: RETURN;
8621: ELSE
8622: Wsh_Utilities.process_message(
8623: p_entity => 'DLVB',
8624: p_entity_name => p_out_rec.DELIVERY_DETAIL_ID,
8625: p_attributes => l_attributes,
8626: x_return_status => l_return_status

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

8629: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
8630: THEN
8631: x_return_status := l_return_status;
8632: IF l_debug_on THEN
8633: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
8634: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
8635: wsh_debug_sv.pop(l_module_name);
8636: END IF;
8637: return;