[Home] [Help]
[Dependency Information]
Object Name: | MTL_BIS_INV_VALUE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.MTL_BIS_INV_VALUE_V is not referenced by any database object
|
|
|