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


VIEW: APPS.WMS_ZONE_LOCATORS_V

Object Details
Object Name: WMS_ZONE_LOCATORS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWMS.WMS_ZONE_LOCATORS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.WMS_ZONE_LOCATORS_V references the following:

SchemaAPPS
ViewMTL_ITEM_LOCATIONS_KFV
SynonymMTL_SECONDARY_INVENTORIES
SynonymWMS_ZONES_TL
SynonymWMS_ZONE_LOCATORS

APPS.WMS_ZONE_LOCATORS_V is not referenced by any database object