[Home] [Help]
[Dependency Information]
| Object Name: | MTL_BIS_INV_VALUE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_BIS_INV_VALUE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Stores Onhand/Intransit quantity and value for Inventory items at organization and intransit owning organizations respectively.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Organization Identifier. | ||
| INVENTORY_ITEM_ID | NUMBER | Inventory Item Identifier for the assembly the job or schedule creates. | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory code. | |
| QUANTITY | NUMBER | Quantity for the inventory items | ||
| VALUE | NUMBER | Value for the inventory items |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SUBINVENTORY_CODE
, QUANTITY
, VALUE
FROM APPS.MTL_BIS_INV_VALUE_V;
APPS
CST_CG_ITEM_COSTS_VIEW
CST_INTRANSIT_VALUE_VIEW
MTL_ONHAND_QTY_COST_V
MTL_PARAMETERS
APPS.MTL_BIS_INV_VALUE_V is not referenced by any database object
|
|
|
|