Search Results gl_auto_alloc_set_history
Overview
The GL_AUTO_ALLOC_SET_HISTORY table is a core data object within the Oracle E-Business Suite General Ledger (GL) module, present in both releases 12.1.1 and 12.2.2. As its name and description indicate, this table serves as the central repository for the historical audit trail of allocation set runs. An allocation set is a group of allocation formulas that are processed together to automatically distribute amounts across accounts, departments, or other segments. This table logs every execution instance, providing a critical record for tracking the performance, results, and auditability of these automated financial processes. Its role is essential for compliance, troubleshooting, and performance analysis of periodic allocation activities.
Key Information Stored
The table's structure is designed to link an allocation run to its controlling parameters and execution context. Based on the provided metadata, key columns include the REQUEST_ID, which serves as the primary key and links the history record to a specific concurrent request in the FND_CONCURRENT_REQUESTS table. The ALLOCATION_SET_ID is a foreign key to GL_AUTO_ALLOC_SETS, identifying the specific set of allocation formulas that were executed. Other significant foreign keys include LEDGER_ID (identifying the target ledger), BUDGET_VERSION_ID (linking to GL_BUDGET_VERSIONS if the allocation was for budget data), and ACCESS_SET_ID (linking to GL_ACCESS_SETS, which controls data security). While the full column list is not provided, typical complementary data would include timestamps, run status, and the user who submitted the request.
Common Use Cases and Queries
This table is primarily queried for audit reports and operational monitoring. Common scenarios include generating a history report of all allocation runs for a given period or ledger, investigating failed or incomplete runs, and reconciling allocated amounts back to their source executions. A typical query pattern joins this table to related master tables to provide descriptive information.
- Listing recent allocation set runs:
SELECT hist.REQUEST_ID, sets.NAME, hist.LEDGER_ID, cr.REQUEST_DATE FROM GL_AUTO_ALLOC_SET_HISTORY hist, GL_AUTO_ALLOC_SETS sets, FND_CONCURRENT_REQUESTS cr WHERE hist.ALLOCATION_SET_ID = sets.ALLOCATION_SET_ID AND hist.REQUEST_ID = cr.REQUEST_ID ORDER BY cr.REQUEST_DATE DESC; - Identifying runs for a specific allocation set:
SELECT REQUEST_ID, LEDGER_ID FROM GL_AUTO_ALLOC_SET_HISTORY WHERE ALLOCATION_SET_ID = &set_id; - Troubleshooting by finding details of a failed concurrent request associated with an allocation.
Related Objects
As defined by its foreign key relationships, GL_AUTO_ALLOC_SET_HISTORY is integrally connected to several key GL and application foundation objects. The primary foreign key to FND_CONCURRENT_REQUESTS ties every history record to the standard EBS concurrent processing framework. Its relationship to GL_AUTO_ALLOC_SETS is fundamental, linking history to the definition of the allocation rules that were processed. Links to GL_LEDGERS (via LEDGER_ID), GL_BUDGET_VERSIONS, and GL_ACCESS_SETS provide the full execution context regarding the target data, budget type, and data access security. Data from this table may also be surfaced through standard GL allocation reports and audit inquiries within the application.
-
Table: GL_AUTO_ALLOC_SET_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID, product: GL - General Ledger , description: History of allocation set runs , implementation_dba_data: GL.GL_AUTO_ALLOC_SET_HISTORY ,
-
Table: GL_AUTO_ALLOC_SET_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID, product: GL - General Ledger , description: History of allocation set runs , implementation_dba_data: GL.GL_AUTO_ALLOC_SET_HISTORY ,
-
APPS.GL_AUTO_ALLOC_PARALLEL_PKG dependencies on GL_AUTO_ALLOC_SET_HISTORY
12.2.2
-
APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_AUTO_ALLOC_SET_HISTORY
12.2.2
-
APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_AUTO_ALLOC_SET_HISTORY
12.1.1
-
APPS.GL_AUTO_ALLOC_PARALLEL_PKG dependencies on GL_AUTO_ALLOC_SET_HISTORY
12.1.1
-
SYNONYM: APPS.GL_AUTO_ALLOC_SET_HISTORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID,
-
SYNONYM: APPS.GL_AUTO_ALLOC_SET_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID,
-
VIEW: GL.GL_AUTO_ALLOC_SET_HISTORY#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_AUTO_ALLOC_SET_HISTORY#, status:VALID,
-
VIEW: GL.GL_AUTO_ALLOC_SET_HISTORY#
12.2.2
-
Table: GL_ACCESS_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ACCESS_SETS, object_name:GL_ACCESS_SETS, status:VALID, product: GL - General Ledger , description: Data access set definitions , implementation_dba_data: GL.GL_ACCESS_SETS ,
-
Table: GL_ACCESS_SETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ACCESS_SETS, object_name:GL_ACCESS_SETS, status:VALID, product: GL - General Ledger , description: Data access set definitions , implementation_dba_data: GL.GL_ACCESS_SETS ,
-
Table: GL_AUTO_ALLOC_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SETS, object_name:GL_AUTO_ALLOC_SETS, status:VALID, product: GL - General Ledger , description: Autoallocation set definition for step-down or parallel allocations , implementation_dba_data: GL.GL_AUTO_ALLOC_SETS ,
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_PARALLEL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_AUTO_ALLOC_PARALLEL_PKG, status:VALID,
-
Table: GL_AUTO_ALLOC_SETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SETS, object_name:GL_AUTO_ALLOC_SETS, status:VALID, product: GL - General Ledger , description: Autoallocation set definition for step-down or parallel allocations , implementation_dba_data: GL.GL_AUTO_ALLOC_SETS ,
-
TABLE: GL.GL_AUTO_ALLOC_SET_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID,
-
TABLE: GL.GL_AUTO_ALLOC_SET_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY, object_name:GL_AUTO_ALLOC_SET_HISTORY, status:VALID,
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_PARALLEL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_AUTO_ALLOC_PARALLEL_PKG, status:VALID,
-
VIEW: APPS.GL_AUTO_ALLOC_SET_HISTORY_V
12.2.2
-
VIEW: APPS.GL_AUTO_ALLOC_SET_HISTORY_V
12.1.1
-
APPS.GL_AUTO_ALLOC_PARALLEL_PKG SQL Statements
12.1.1
-
APPS.GL_AUTO_ALLOC_PARALLEL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_AUTO_ALLOC_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_AUTO_ALLOC_WF_PKG, status:VALID,
-
Table: GL_BUDGET_VERSIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
View: GL_AUTO_ALLOC_SET_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY_V, object_name:GL_AUTO_ALLOC_SET_HISTORY_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_AUTO_ALLOC_SET_HISTORY_V ,
-
View: GL_AUTO_ALLOC_SET_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY_V, object_name:GL_AUTO_ALLOC_SET_HISTORY_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_AUTO_ALLOC_SET_HISTORY_V ,
-
Table: GL_BUDGET_VERSIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GL_AUTO_ALLOC_SET_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY_V, object_name:GL_AUTO_ALLOC_SET_HISTORY_V, status:VALID,
-
VIEW: APPS.GL_AUTO_ALLOC_SET_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_AUTO_ALLOC_SET_HISTORY_V, object_name:GL_AUTO_ALLOC_SET_HISTORY_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
12.1.1 DBA Data
12.1.1
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_PARALLEL_PKG
12.1.1
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_PARALLEL_PKG
12.2.2
-
APPS.GL_AUTO_ALLOC_WF_PKG SQL Statements
12.1.1
-
APPS.GL_AUTO_ALLOC_WF_PKG SQL Statements
12.2.2
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
PACKAGE BODY: APPS.GL_AUTO_ALLOC_WF_PKG
12.1.1