[Home] [Help]
[Dependency Information]
| Object Name: | WMS_WP_LABOR_GTMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WMS |
| FND Design Data: | WMS.WMS_WP_LABOR_GTMP
|
| Subobject Name: | |
| Status: | VALID |
WMS.WMS_WP_LABOR_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 |
|---|---|---|---|---|
| RESOURCE_NAME | VARCHAR2 | (100) | ||
| NUMBER_OF_ACTUAL_TASKS | NUMBER | |||
| NUMBER_OF_PLANNED_TASKS | NUMBER | |||
| ACTUAL_WORKLOAD | NUMBER | |||
| PLANNED_WAVE_LOAD | NUMBER | |||
| AVAILABLE_CAPACITY | NUMBER | |||
| TOTAL_CAPACITY | NUMBER | |||
| TIME_UOM | VARCHAR2 | (25) |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_NAME
, NUMBER_OF_ACTUAL_TASKS
, NUMBER_OF_PLANNED_TASKS
, ACTUAL_WORKLOAD
, PLANNED_WAVE_LOAD
, AVAILABLE_CAPACITY
, TOTAL_CAPACITY
, TIME_UOM
FROM WMS.WMS_WP_LABOR_GTMP;
WMS.WMS_WP_LABOR_GTMP does not reference any database object
WMS.WMS_WP_LABOR_GTMP is referenced by following:
APPS
WMS_WP_LABOR_GTMP
|
|
|
|