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


TABLE: GL.GL_DAILY_POST_INT2

Object Details
Object Name: GL_DAILY_POST_INT2
Object Type: TABLE
Owner: GL
Subobject Name:
Status: VALID

Temporary Table Details

GL.GL_DAILY_POST_INT2 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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
GL_DAILY_POST_INT2_U1 NORMAL UNIQUE Tablespace ColumnLEDGER_ID
ColumnCODE_COMBINATION_ID
ColumnACCOUNTING_DATE
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes
CODE_COMBINATION_ID NUMBER (15) Yes
ACCOUNTING_DATE DATE
Yes
PERIOD_NAME VARCHAR2 (15) Yes
ENTERED_AMOUNT NUMBER

ACCOUNTED_AMOUNT NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LEDGER_ID
,      CODE_COMBINATION_ID
,      ACCOUNTING_DATE
,      PERIOD_NAME
,      ENTERED_AMOUNT
,      ACCOUNTED_AMOUNT
FROM GL.GL_DAILY_POST_INT2;

Dependencies

[top of page]

GL.GL_DAILY_POST_INT2 does not reference any database object

GL.GL_DAILY_POST_INT2 is referenced by following:

SchemaAPPS
SynonymGL_DAILY_POST_INT2