DBA Data[Home] [Help] [Dependency Information]


TABLE: WMS.WMS_ZONE_LOCATORS

Object Details
Object Name: WMS_ZONE_LOCATORS
Object Type: TABLE
Owner: WMS
FND Design Data: TableWMS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WMS_ZONE_LOCATORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnSUBINVENTORY_CODE
ColumnZONE_ID
ColumnINVENTORY_LOCATION_ID
WMS_ZONE_LOCATORS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBINVENTORY_CODE
ColumnORGANIZATION_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

WMS.WMS_ZONE_LOCATORS does not reference any database object

WMS.WMS_ZONE_LOCATORS is referenced by following:

SchemaAPPS
SynonymWMS_ZONE_LOCATORS