[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ZONE_LOCATORS |
|---|---|
| Object Type: | TABLE |
| Owner: | WMS |
| FND Design Data: | WMS.WMS_ZONE_LOCATORS
|
| Subobject Name: | |
| Status: | VALID |
WMS_ZONE_LOCATORS is the cross reference table between WMS_ZONE_B and MTL_ITEM_LOCATIONS.
The associated attributes decribe the suninventory and locators belonging to this zone.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WMS_ZONE_LOCATORS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
SUBINVENTORY_CODE
ZONE_ID
INVENTORY_LOCATION_ID
|
| WMS_ZONE_LOCATORS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SUBINVENTORY_CODE
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ZONE_ID | NUMBER | Yes | Zone identifier | |
| INVENTORY_LOCATION_ID | NUMBER | Identifier for the locator that belongs to this zone | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory that belongs to or intersects with this zone | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| ENTIRE_SUB_FLAG | VARCHAR2 | (1) | Flag to indicate if the entire subinventory belongs to the zone | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ZONE_ID
, INVENTORY_LOCATION_ID
, SUBINVENTORY_CODE
, ORGANIZATION_ID
, ENTIRE_SUB_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM WMS.WMS_ZONE_LOCATORS;
WMS.WMS_ZONE_LOCATORS does not reference any database object
WMS.WMS_ZONE_LOCATORS is referenced by following:
APPS
WMS_ZONE_LOCATORS
|
|
|
|