[Home] [Help]
[Dependency Information]
Object Name: | GL_CONS_BATCHES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_CONS_BATCHES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
GL_CONS_BATCHES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
GL_CONS_BATCHES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
GL.GL_CONS_BATCHES does not reference any database object
GL.GL_CONS_BATCHES is referenced by following:
|
|
|