DBA Data[Home] [Help] [Dependency Information]


TABLE: GMS.GMS_EVENTS_TEMP_FORMAT

Object Details
Object Name: GMS_EVENTS_TEMP_FORMAT
Object Type: TABLE
Owner: GMS
Subobject Name:
Status: VALID

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
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)
Query Text

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;

Dependencies

[top of page]

GMS.GMS_EVENTS_TEMP_FORMAT does not reference any database object

GMS.GMS_EVENTS_TEMP_FORMAT is referenced by following:

SchemaAPPS
SynonymGMS_EVENTS_TEMP_FORMAT