DBA Data[Home] [Help]

APPS.WSH_TRXLOTS_HANDLER dependencies on WSH_UTIL_CORE

Line 50: x_return_status:=WSH_UTIL_CORE.G_RET_STS_SUCCESS;

46: WSH_DEBUG_SV.push(l_module_name);
47: WSH_DEBUG_SV.log(l_module_name,'p_mtl_lot_txn_if_rec.count',p_mtl_lot_txn_if_rec.source_line_id.count);
48: END IF;
49:
50: x_return_status:=WSH_UTIL_CORE.G_RET_STS_SUCCESS;
51:
52: l_start_index := p_mtl_lot_txn_if_rec.source_line_id.first;
53: l_end_index := p_mtl_lot_txn_if_rec.source_line_id.last;
54:

Line 219: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

215: END IF;
216:
217: EXCEPTION
218: WHEN OTHERS THEN
219: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
220:
221: IF l_debug_on THEN
222: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
223: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');