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


TABLE: GL.GL_AUTO_ALLOC_SET_HISTORY

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


GL_AUTO_ALLOC_SET_HISTORY stores one row for each run of an Allocation set. Each row represents the allocation set definition at the time of the submission of the request. This table needs to store run time submission parameters for each allocation set run as well as allocation set definition, as the set can be modified after the request submission and before the request is executed. Use the information in this table to determine what submission parameter, such as accounting periods, budget, effective date, etc. is used for each allocation set run.
ALLOCATION_SET_TYPE_CODE values 'S' for step down allocation set or 'P' for parallel allocation sets. ALLOCATION_CODE is 'GL' if the allocation set is created by a GL responsibility or 'PA' for a project responsibility.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_AUTO_ALLOC_SET_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
GL_AUTO_ALLOC_SET_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_SET_ID
GL_AUTO_ALLOC_SET_HISTORY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_SET_NAME
ColumnALLOCATION_CODE
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER (15) Yes Auto Allocation concurrent request id
ALLOCATION_SET_ID NUMBER (15) Yes Allocation set defining column
ALLOCATION_CODE VARCHAR2 (2) Yes Responsibility used to create this record (GL for General Ledger and PA for Projects)
ALLOCATION_SET_TYPE_CODE VARCHAR2 (1) Yes Set type ( Step-Down or Parallel)
LEDGER_ID NUMBER (15)
Ledger defining column
ALLOCATION_SET_NAME VARCHAR2 (40) Yes Allocation set name
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
ORG_ID NUMBER (15)
Organization Id for multi org installation. Used only for project allocation sets.
DESCRIPTION VARCHAR2 (240)
Allocation set description
OWNER VARCHAR2 (100)
The owner/role specified for an Allocation set who will receive notifications when any error occurs in Allocations
PERIOD_NAME VARCHAR2 (15)
Accounting period for creating journals
BUDGET_VERSION_ID VARCHAR2 (15)
Defining column for budget to be used for recurring batch.
JOURNAL_EFFECTIVE_DATE DATE

Journal effective date for creating journals
CALCULATION_EFFECTIVE_DATE DATE

Calculation effective date for retrieving average balances.
USAGE_CODE VARCHAR2 (1)
Code to determine whether to generate a standard or Average journal batch
GL_PERIOD_NAME VARCHAR2 (15)
Accounting period for GL batch
PA_PERIOD_NAME VARCHAR2 (15)
Accounting period for project batch
EXPENDITURE_ITEM_DATE DATE

Expenditure item date for project
MONITOR_URL VARCHAR2 (1000)
URL address of work flow monitor
ACCESS_SET_ID NUMBER (15) Yes Access set defining column
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Key flexfield structure defining column
PERIOD_SET_NAME VARCHAR2 (15) Yes Accounting calendar name
ACCOUNTED_PERIOD_TYPE VARCHAR2 (15) Yes Accounting period type
BALANCING_SEGMENT_VALUE VARCHAR2 (25)
Balancing segment value
LEDGER_CURRENCY VARCHAR2 (15)
Ledger currency
Query Text

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


SELECT REQUEST_ID
,      ALLOCATION_SET_ID
,      ALLOCATION_CODE
,      ALLOCATION_SET_TYPE_CODE
,      LEDGER_ID
,      ALLOCATION_SET_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
,      DESCRIPTION
,      OWNER
,      PERIOD_NAME
,      BUDGET_VERSION_ID
,      JOURNAL_EFFECTIVE_DATE
,      CALCULATION_EFFECTIVE_DATE
,      USAGE_CODE
,      GL_PERIOD_NAME
,      PA_PERIOD_NAME
,      EXPENDITURE_ITEM_DATE
,      MONITOR_URL
,      ACCESS_SET_ID
,      CHART_OF_ACCOUNTS_ID
,      PERIOD_SET_NAME
,      ACCOUNTED_PERIOD_TYPE
,      BALANCING_SEGMENT_VALUE
,      LEDGER_CURRENCY
FROM GL.GL_AUTO_ALLOC_SET_HISTORY;

Dependencies

[top of page]

GL.GL_AUTO_ALLOC_SET_HISTORY does not reference any database object

GL.GL_AUTO_ALLOC_SET_HISTORY is referenced by following:

SchemaAPPS
SynonymGL_AUTO_ALLOC_SET_HISTORY