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


TABLE: GL.GL_CONS_BATCHES

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


GL_CONS_BATCHES stores the journal entry batches you transfer when you use the transactions method of consolidation. This table corresponds to the Consolidation Batches window of the Transfer Consolidation Data form. When you transfer consolidation data using the transactions method, your Oracle General Ledger application stores one row in this table for each batch you transfer.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_CONS_BATCHES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONSOLIDATION_ID
ColumnJE_BATCH_ID
GL_CONS_BATCHES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONSOLIDATION_RUN_ID
GL_CONS_BATCHES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnJE_BATCH_ID
Columns
Name Datatype Length Mandatory Comments
CONSOLIDATION_ID NUMBER (15) Yes Consolidation defining column
CONSOLIDATION_RUN_ID NUMBER (15) Yes Consolidation run process defining column
JE_BATCH_ID NUMBER (15) Yes Consolidation journal batch defining column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT CONSOLIDATION_ID
,      CONSOLIDATION_RUN_ID
,      JE_BATCH_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_CONS_BATCHES;

Dependencies

[top of page]

GL.GL_CONS_BATCHES does not reference any database object

GL.GL_CONS_BATCHES is referenced by following:

SchemaGL
ViewGL_CONS_BATCHES#