[Home] [Help]
[Dependency Information]
| Object Name: | GMS_EVENTS_TEMP_FORMAT |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| Subobject Name: | |
| Status: | VALID |
GMS.GMS_EVENTS_TEMP_FORMAT 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 |
|---|---|---|---|---|
| EVENT_NUM | NUMBER | (15) | ||
| ACT_PROJECT_ID | NUMBER | |||
| TASK_ID | NUMBER | |||
| QUANTITY | NUMBER | |||
| AMOUNT | NUMBER | (22) | ||
| FORMAT | VARCHAR2 | (2000) | ||
| DESCRIPTION | VARCHAR2 | (2000) |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_NUM
, ACT_PROJECT_ID
, TASK_ID
, QUANTITY
, AMOUNT
, FORMAT
, DESCRIPTION
FROM GMS.GMS_EVENTS_TEMP_FORMAT;
GMS.GMS_EVENTS_TEMP_FORMAT does not reference any database object
GMS.GMS_EVENTS_TEMP_FORMAT is referenced by following:
APPS
GMS_EVENTS_TEMP_FORMAT
|
|
|
|