DBA Data[Home] [Help]

APPS.WSH_TRIP_VALIDATIONS dependencies on WSH_UTILITIES

Line 5773: Wsh_Utilities.process_message(

5769: END IF;
5770: RETURN;
5771: --
5772: ELSE
5773: Wsh_Utilities.process_message(
5774: p_entity => 'TRIP',
5775: p_entity_name => NVL(p_out_rec.NAME,p_out_rec.TRIP_ID),
5776: p_attributes => l_attributes,
5777: x_return_status => l_return_status

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

5780: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
5781: THEN
5782: x_return_status := l_return_status;
5783: IF l_debug_on THEN
5784: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
5785: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5786: wsh_debug_sv.pop(l_module_name);
5787: END IF;
5788: return;