[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ZONE_LOCATORS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_ZONE_LOCATORS_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 |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| ZONE_NAME | VARCHAR2 | (30) | Yes | Zone name |
| ZONE_ID | NUMBER | Yes | Zone identifier | |
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory that belongs to or intersects with this zone | |
| INVENTORY_LOCATION_ID | NUMBER | Identifier for the locator that belongs to this zone | ||
| LOCATOR_NAME | VARCHAR2 | (1) | Locator Name | |
| PICKING_ORDER | NUMBER | Picking Order of the Stock Locator | ||
| DROPPING_ORDER | NUMBER | Dropping Order of the Stock Locator | ||
| SUBINVENTORY_TYPE | NUMBER | Subinventory Type | ||
| INVENTORY_LOCATION_TYPE | NUMBER | (no longer used) | ||
| LOCATOR_DISABLE_DATE | DATE | Locator Disable Date | ||
| LOCATOR_STATUS | NUMBER | Locator Status | ||
| SUBINVENTORY_STATUS | NUMBER | Subinventory Status |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ZONE_NAME
, ZONE_ID
, SUBINVENTORY_CODE
, INVENTORY_LOCATION_ID
, LOCATOR_NAME
, PICKING_ORDER
, DROPPING_ORDER
, SUBINVENTORY_TYPE
, INVENTORY_LOCATION_TYPE
, LOCATOR_DISABLE_DATE
, LOCATOR_STATUS
, SUBINVENTORY_STATUS
FROM APPS.WMS_ZONE_LOCATORS_V;
APPS
MTL_ITEM_LOCATIONS_KFV
MTL_SECONDARY_INVENTORIES
WMS_ZONES_TL
WMS_ZONE_LOCATORS
APPS.WMS_ZONE_LOCATORS_V is not referenced by any database object
|
|
|
|