[Home] [Help]
[Dependency Information]
| Object Name: | WMS_ELS_EXP_RESOURCE_GTEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_ELS_EXP_RESOURCE_GTEMP
|
| Subobject Name: | |
| Status: | VALID |
APPS.WMS_ELS_EXP_RESOURCE_GTEMP 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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELS_DATA_ID | NUMBER | |||
| SOURCE_HEADER_ID | NUMBER | |||
| SOURCE_LINE_ID | NUMBER | |||
| ACTIVITY_ID | NUMBER | |||
| ACTIVITY_DETAIL_ID | NUMBER | |||
| OPERATION_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ELS_DATA_ID
, SOURCE_HEADER_ID
, SOURCE_LINE_ID
, ACTIVITY_ID
, ACTIVITY_DETAIL_ID
, OPERATION_ID
FROM APPS.WMS_ELS_EXP_RESOURCE_GTEMP;
APPS.WMS_ELS_EXP_RESOURCE_GTEMP does not reference any database object
APPS.WMS_ELS_EXP_RESOURCE_GTEMP is referenced by following:
APPS
WMS_LMS_EXPECTED_RES
- show dependent code
|
|
|
|