[Home] [Help]
[Dependency Information]
| Object Name: | MTL_ITEM_LOCATIONS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_ITEM_LOCATIONS_VIEW
|
| 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 |
|---|---|---|---|---|
| LOCATOR_ID | NUMBER | Locator unique identifier | ||
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| TOTAL_QUANTITY | NUMBER | Total quantity on-hand in this locator | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory associated with locator |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATOR_ID
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, TOTAL_QUANTITY
, SUBINVENTORY_CODE
FROM APPS.MTL_ITEM_LOCATIONS_VIEW;
APPS
MTL_ONHAND_QUANTITIES_DETAIL
APPS.MTL_ITEM_LOCATIONS_VIEW is not referenced by any database object
|
|
|
|