[Home] [Help]
[Dependency Information]
Object Name: | MTL_ITEM_QUANTITIES_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory identifier. |
LOCATOR_ID | NUMBER | Location identifier. | ||
REVISION | VARCHAR2 | (3) | Item revision. | |
QUANTITY | NUMBER | Item quantity. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SUBINVENTORY_CODE
, LOCATOR_ID
, REVISION
, QUANTITY
FROM APPS.MTL_ITEM_QUANTITIES_VIEW;
|
|
|