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 105: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

101: END IF;
102:
103: EXCEPTION
104: WHEN OTHERS THEN
105: x_return_status:= WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
106:
107: IF l_debug_on THEN
108: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
109: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');