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


TABLE: GL.GL_EXTRACT_HISTORY

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


GL_EXTRACT_HISTORY stores information about successful full or incremental extract requests from the GL_BALANCES_DELTA table by programs like Analyzer Extract Incremental Balances. One row is inserted for every full extract, with the maximum sequence id from the GL_ BALANCES_DELTA table. An incremental extract program will update this sequence id to keep track of the records extracted from GL_ BALANCES_DELTA. Every record in this table stores the sequence id for a unique set of extraction parameters.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_EXTRACT_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnEXTRACT_PROGRAM_CODE
ColumnPERIOD_NAME
ColumnACTUAL_FLAG
ColumnEXTRACT_LEVEL_CODE
ColumnBUDGET_VERSION_ID
ColumnENCUMBRANCE_TYPE_ID
ColumnTEMPLATE_ID
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Ledger defining column
EXTRACT_PROGRAM_CODE VARCHAR2 (10) Yes Extract program(OFA)
PERIOD_NAME VARCHAR2 (15) Yes Accounting period
ACTUAL_FLAG VARCHAR2 (1) Yes Balance type(Actual, Budget, or Encumbrance)
EXTRACT_LEVEL_CODE VARCHAR2 (3) Yes Detail level of extraction
BUDGET_VERSION_ID NUMBER (15) Yes Budget version defining column(-100 -for no budgets)
ENCUMBRANCE_TYPE_ID NUMBER (15) Yes Encumbrance type defining column(-1 -total of all encumbrances, -2 -for all encumbrances, -100 -for no encumbrances)
TEMPLATE_ID NUMBER (15) Yes Summary template defining column(-1 -for all summary templates, -100 - for no summary templates)
MAX_DELTA_RUN_ID NUMBER (15) Yes Posting run defining column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT LEDGER_ID
,      EXTRACT_PROGRAM_CODE
,      PERIOD_NAME
,      ACTUAL_FLAG
,      EXTRACT_LEVEL_CODE
,      BUDGET_VERSION_ID
,      ENCUMBRANCE_TYPE_ID
,      TEMPLATE_ID
,      MAX_DELTA_RUN_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_EXTRACT_HISTORY;

Dependencies

[top of page]

GL.GL_EXTRACT_HISTORY does not reference any database object

GL.GL_EXTRACT_HISTORY is referenced by following:

SchemaGL
ViewGL_EXTRACT_HISTORY#