[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ZONE_LOCATORS_TEMP |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_ZONE_LOCATORS_TEMP
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Record Row Identifier | |
| ORGANIZATION_ID | NUMBER | Organization 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 | (204) | locator name that belongs to this zone | |
| 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) | ||
| SUBINVENTORY_TYPE_MEANING | VARCHAR2 | (180) | Subinventory Type | |
| LOCATOR_TYPE_MEANING | VARCHAR2 | (180) | Locator Type | |
| SUBINVENTORY_STATUS | NUMBER | Subinventory Status | ||
| LOCATOR_STATUS | NUMBER | Locator Status | ||
| SUBINVENTORY_STATUS_CODE | VARCHAR2 | (80) | Subinventory Status Code | |
| LOCATOR_STATUS_CODE | VARCHAR2 | (80) | Locator Status Code | |
| LOCATOR_DISABLE_DATE | DATE | Locator Disable Date | ||
| MESSAGE | VARCHAR2 | (240) | Message | |
| MESSAGE_ID | NUMBER | Message Id |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, INVENTORY_LOCATION_ID
, LOCATOR_NAME
, PICKING_ORDER
, DROPPING_ORDER
, SUBINVENTORY_TYPE
, INVENTORY_LOCATION_TYPE
, SUBINVENTORY_TYPE_MEANING
, LOCATOR_TYPE_MEANING
, SUBINVENTORY_STATUS
, LOCATOR_STATUS
, SUBINVENTORY_STATUS_CODE
, LOCATOR_STATUS_CODE
, LOCATOR_DISABLE_DATE
, MESSAGE
, MESSAGE_ID
FROM APPS.WMS_ZONE_LOCATORS_TEMP;
APPS
WMS_ZONE_LOCATORS_GTMP
APPS
WMS_ZONES_PVT
- show dependent code
WMS_ZONES_PVT
- show dependent code
|
|
|
|