DBA Data[Home] [Help]

APPS.WSH_TRIP_VALIDATIONS dependencies on WSH_UTILITIES

Line 5776: Wsh_Utilities.process_message(

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

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

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