[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ZONE_LOCATORS_GTMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WMS |
| Subobject Name: | |
| Status: | VALID |
WMS.WMS_ZONE_LOCATORS_GTMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | |||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | ||
| INVENTORY_LOCATION_ID | NUMBER | |||
| LOCATOR_NAME | VARCHAR2 | (204) | ||
| PICKING_ORDER | NUMBER | |||
| DROPPING_ORDER | NUMBER | |||
| SUBINVENTORY_TYPE | NUMBER | |||
| INVENTORY_LOCATION_TYPE | NUMBER | |||
| SUBINVENTORY_TYPE_MEANING | VARCHAR2 | (180) | ||
| LOCATOR_TYPE_MEANING | VARCHAR2 | (180) | ||
| SUBINVENTORY_STATUS | NUMBER | |||
| LOCATOR_STATUS | NUMBER | |||
| SUBINVENTORY_STATUS_CODE | VARCHAR2 | (80) | ||
| LOCATOR_STATUS_CODE | VARCHAR2 | (80) | ||
| LOCATOR_DISABLE_DATE | DATE | |||
| MESSAGE | VARCHAR2 | (240) | ||
| MESSAGE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT 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 WMS.WMS_ZONE_LOCATORS_GTMP;
WMS.WMS_ZONE_LOCATORS_GTMP does not reference any database object
WMS.WMS_ZONE_LOCATORS_GTMP is referenced by following:
APPS
WMS_ZONE_LOCATORS_GTMP
|
|
|
|