DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_UTILITIES

Line 5763: Wsh_Utilities.process_message(

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

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

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