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


TABLE: GL.GL_ALLOC_HISTORY

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


GL_ALLOC_HISTORY stores one row for each batch produced by generating MassAllocation and MassBudget journals. Use information in this table to determine when you generated your MassAllocation and MassBudget journals, and for which accounting periods. RUN_STATUS is 'S' for a selected batch or 'C' for a successful run.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_ALLOC_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_BATCH_ID
ColumnACCESS_SET_ID
Columns
Name Datatype Length Mandatory Comments
ALLOCATION_BATCH_ID NUMBER (15) Yes Allocation batch defining column
NAME VARCHAR2 (39) Yes Allocation Batch name
SET_OF_BOOKS_ID_11I NUMBER (15)
Obsolete
REQUEST_ID NUMBER (15) Yes Allocation concurrent request id
RUN_STATUS VARCHAR2 (1) Yes Allocation program run status
FROM_PERIOD_NAME VARCHAR2 (15) Yes Start accounting period
TO_PERIOD_NAME VARCHAR2 (15) Yes End accounting period
TO_PERIOD_NUM NUMBER (15) Yes End accounting period number
TO_PERIOD_YEAR NUMBER (15) Yes End accounting period year
JOURNAL_EFFECTIVE_DATE DATE

Journal effective date
CALCULATION_EFFECTIVE_DATE DATE

Calculation effective date
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ACCESS_SET_ID NUMBER (15)
Access set defining column
Query Text

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


SELECT ALLOCATION_BATCH_ID
,      NAME
,      SET_OF_BOOKS_ID_11I
,      REQUEST_ID
,      RUN_STATUS
,      FROM_PERIOD_NAME
,      TO_PERIOD_NAME
,      TO_PERIOD_NUM
,      TO_PERIOD_YEAR
,      JOURNAL_EFFECTIVE_DATE
,      CALCULATION_EFFECTIVE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ACCESS_SET_ID
FROM GL.GL_ALLOC_HISTORY;

Dependencies

[top of page]

GL.GL_ALLOC_HISTORY does not reference any database object

GL.GL_ALLOC_HISTORY is referenced by following:

SchemaGL
ViewGL_ALLOC_HISTORY#