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


TABLE: GL.GL_REPORT_INTERFACE

Object Details
Object Name: GL_REPORT_INTERFACE
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_REPORT_INTERFACE
Subobject Name:
Status: VALID

Temporary Table Details

GL.GL_REPORT_INTERFACE 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
NATURAL_ACCOUNT_NUM VARCHAR2 (30)
BALANCING_ACCOUNT_NUM VARCHAR2 (30)
CCID NUMBER

JE_SOURCE VARCHAR2 (25)
LGR1_AMOUNT NUMBER

LGR2_AMOUNT NUMBER

BALANCE NUMBER

COMBINATION VARCHAR2 (1000)
Query Text

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


SELECT NATURAL_ACCOUNT_NUM
,      BALANCING_ACCOUNT_NUM
,      CCID
,      JE_SOURCE
,      LGR1_AMOUNT
,      LGR2_AMOUNT
,      BALANCE
,      COMBINATION
FROM GL.GL_REPORT_INTERFACE;

Dependencies

[top of page]

GL.GL_REPORT_INTERFACE does not reference any database object

GL.GL_REPORT_INTERFACE is referenced by following:

SchemaAPPS
SynonymGL_REPORT_INTERFACE