DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_UTILITIES

Line 5759: Wsh_Utilities.process_message(

5755: WSH_DEBUG_SV.pop(l_module_name);
5756: END IF;
5757: RETURN;
5758: ELSE
5759: Wsh_Utilities.process_message(
5760: p_entity => 'STOP',
5761: p_entity_name => p_out_rec.STOP_ID,
5762: p_attributes => l_attributes,
5763: x_return_status => l_return_status

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

5766: IF l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
5767: THEN
5768: x_return_status := l_return_status;
5769: IF l_debug_on THEN
5770: wsh_debug_sv.logmsg(l_module_name,'Error returned by wsh_utilities.process_message',WSH_DEBUG_SV.C_PROC_LEVEL);
5771: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5772: wsh_debug_sv.pop(l_module_name);
5773: END IF;
5774: return;