[Home] [Help]
[Dependency Information]
| Object Name: | WMS_WP_ORDERS_GTMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WMS |
| FND Design Data: | WMS.WMS_WP_ORDERS_GTMP
|
| Subobject Name: | |
| Status: | VALID |
WMS.WMS_WP_ORDERS_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 |
|---|---|---|---|---|
| ORDER_NUMBER | VARCHAR2 | (200) | ||
| CUSTOMER | VARCHAR2 | (200) | ||
| PLANNED_FILL_RATE | NUMBER | |||
| RELEASE_FILL_RATE | NUMBER | |||
| PICK_FILL_RATE | NUMBER | |||
| ORDER_TYPE | VARCHAR2 | (100) | ||
| CUSTOMER_ID | NUMBER | |||
| CUST_PO_NUMBER | VARCHAR2 | (50) | ||
| ORDERED_DATE | DATE | |||
| ORDER_REQUEST_DATE | DATE | |||
| ORDER_PROGRESS | VARCHAR2 | (100) |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_NUMBER
, CUSTOMER
, PLANNED_FILL_RATE
, RELEASE_FILL_RATE
, PICK_FILL_RATE
, ORDER_TYPE
, CUSTOMER_ID
, CUST_PO_NUMBER
, ORDERED_DATE
, ORDER_REQUEST_DATE
, ORDER_PROGRESS
FROM WMS.WMS_WP_ORDERS_GTMP;
WMS.WMS_WP_ORDERS_GTMP does not reference any database object
WMS.WMS_WP_ORDERS_GTMP is referenced by following:
APPS
WMS_WP_ORDERS_GTMP
|
|
|
|