[Home] [Help]
[Dependency Information]
Object Name: | GL_AUTO_ALLOC_REV_BATCHES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GL_AUTO_ALLOC_REV_BATCHES stores the reverse journal batches that are generated for a batch during AutoAllocation rollback process. BATCH_ID is the defining column for the batch included in the allocation set. BATCH_TYPE_CODE is either 'A', 'B', 'E', 'R' , or 'P' for MassAllocation, MassBudgets, Encumbrances, Recurring, or Projects batch respectively. Batches are reversed, as a part of the rollback process, only if the allocation set doesn't have any project batches.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_AUTO_ALLOC_REV_BATCHES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
GL_AUTO_ALLOC_REV_BATCHES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
GL_AUTO_ALLOC_REV_BATCHES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REVERSAL_JE_HEADER_ID | NUMBER | (15) | Yes | Defining column of the reversal journal header. |
REVERSAL_JE_BATCH_ID | NUMBER | (15) | Yes | Defining column of the reversal batch |
REQUEST_ID | NUMBER | (15) | Yes | Reverse Journal concurrent program request id |
PARENT_REQUEST_ID | NUMBER | (15) | Yes | Auto allocation concurrent request id |
JE_BATCH_ID | NUMBER | (15) | Yes | Defining column for Journal batch for which reversal is generated. |
JE_HEADER_ID | NUMBER | (15) | Yes | Defining column for Journal batch for which reversal is generated |
BATCH_TYPE_CODE | VARCHAR2 | (1) | Yes | Batch Type (MassAllocations, MassBudgets, MassEncumbrances, Recurring Journals, or Project Allocations) |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT REVERSAL_JE_HEADER_ID
, REVERSAL_JE_BATCH_ID
, REQUEST_ID
, PARENT_REQUEST_ID
, JE_BATCH_ID
, JE_HEADER_ID
, BATCH_TYPE_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM GL.GL_AUTO_ALLOC_REV_BATCHES;
GL.GL_AUTO_ALLOC_REV_BATCHES does not reference any database object
GL.GL_AUTO_ALLOC_REV_BATCHES is referenced by following:
|
|
|