[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ZONE_LOCATORS_ALL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_ZONE_LOCATORS_ALL_V
|
| 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 |
|---|---|---|---|---|
| ZONE_ID | NUMBER | Zone identifier | ||
| LOCATOR_ID | NUMBER | Inventory locator identifier | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory that belongs to or intersects with this zone | |
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| ENTIRE_SUB_FLAG | VARCHAR2 | (1) | Flag to indicate if the entire subinventory belongs to the zone | |
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| LAST_UPDATED_BY | NUMBER | Standard who column | ||
| CREATION_DATE | DATE | Standard who column | ||
| CREATED_BY | NUMBER | Standard who column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ZONE_ID
, LOCATOR_ID
, SUBINVENTORY_CODE
, ORGANIZATION_ID
, ENTIRE_SUB_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.WMS_ZONE_LOCATORS_ALL_V;
APPS
MTL_ITEM_LOCATIONS
WMS_ZONE_LOCATORS
APPS.WMS_ZONE_LOCATORS_ALL_V is not referenced by any database object
|
|
|
|