Search Results gl_summary_templates
Overview
The GL_SUMMARY_TEMPLATES table is a core data object within the Oracle E-Business Suite General Ledger (GL) module. It serves as the master repository for defining summary account templates. These templates are foundational for creating summary accounts, which are high-level parent accounts that consolidate balances from a range of detailed child accounts. The primary role of this table is to store the configuration and metadata for these templates, enabling efficient financial reporting, consolidation, and performance optimization by reducing the volume of detail that must be processed during period-end closing and reporting activities.
Key Information Stored
The table's primary key is the TEMPLATE_ID, a unique identifier for each summary template definition. Based on the documented foreign key relationships, other critical columns include LEDGER_ID, which links the template to a specific ledger (via GL_SETS_OF_BOOKS_11I), establishing the template's operational context. The FUNDING_BUDGET_VERSION_ID column links to GL_BUDGET_VERSIONS, indicating its use in budgetary control scenarios. The MAX_CODE_COMBINATION_ID column references GL_CODE_COMBINATIONS, likely identifying the highest allowable code combination ID for the template's range. Collectively, these columns define the template's scope, purpose, and relationship to the chart of accounts and ledger structure.
Common Use Cases and Queries
A primary use case is identifying all summary templates defined for a specific ledger to understand the consolidation hierarchy. A common diagnostic query involves joining with GL_SETS_OF_BOOKS_11I (or GL_LEDGERS in R12) to list templates by ledger name. For performance tuning or data purging initiatives, analysts may query this table to assess which templates are referenced in large transactional tables like GL_BALANCES or GL_BC_PACKETS. The user's search for "rg_dss_requests" suggests an interest in reporting or data extraction; while not directly related, summary templates are critical for building efficient DSS (Decision Support System) reporting layers that rely on pre-consolidated balances.
- Sample Query: Retrieve template details for a ledger:
SELECT gst.template_id, gst.name, sob.name ledger_name FROM gl.gl_summary_templates gst, gl.gl_sets_of_books_11i sob WHERE gst.ledger_id = sob.set_of_books_id;
Related Objects
The GL_SUMMARY_TEMPLATES table has extensive relationships throughout the General Ledger schema, as evidenced by the provided metadata. Its TEMPLATE_ID column is a foreign key in numerous core tables, highlighting its central role. Key documented relationships include:
- GL_ACCOUNT_HIERARCHIES / GL_SUMMARY_HIERARCHIES: Store the hierarchical parent-child account relationships defined by the template.
- GL_BALANCES / GL_DAILY_BALANCES: Store the actual summarized balance amounts generated using the template.
- GL_CODE_COMBINATIONS: References the template to identify which combinations are summary accounts.
- GL_BC_PACKETS: Links budget journal entries to their associated summary template.
- GL_BUDGET_INTERIM / GL_POSTING_INTERIM / GL_TRANSLATION_INTERIM: Interim tables used during processing that rely on template definitions.
- GL_ARCHIVE_BALANCES / GL_ARCHIVE_DAILY_BALANCES: Archive tables that preserve summarized balance history by template.
-
Table: GL_SUMMARY_TEMPLATES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_SUMMARY_TEMPLATES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_ACCOUNT_HIERARCHIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ACCOUNT_HIERARCHIES, object_name:GL_ACCOUNT_HIERARCHIES, status:VALID, product: GL - General Ledger , description: Summary/Detail account hierarchies , implementation_dba_data: GL.GL_ACCOUNT_HIERARCHIES ,
-
Table: GL_ACCOUNT_HIERARCHIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ACCOUNT_HIERARCHIES, object_name:GL_ACCOUNT_HIERARCHIES, status:VALID, product: GL - General Ledger , description: Summary/Detail account hierarchies , implementation_dba_data: GL.GL_ACCOUNT_HIERARCHIES ,
-
Table: GL_TEMPORARY_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TEMPORARY_COMBINATIONS, object_name:GL_TEMPORARY_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Newly created account combinations , implementation_dba_data: GL.GL_TEMPORARY_COMBINATIONS ,
-
Table: GL_TEMPORARY_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TEMPORARY_COMBINATIONS, object_name:GL_TEMPORARY_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Newly created account combinations , implementation_dba_data: GL.GL_TEMPORARY_COMBINATIONS ,
-
Table: GL_SUMMARY_HIERARCHIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_HIERARCHIES, object_name:GL_SUMMARY_HIERARCHIES, status:VALID, product: GL - General Ledger , description: Child segment value ranges for summary templates , implementation_dba_data: GL.GL_SUMMARY_HIERARCHIES ,
-
Table: GL_TRANSLATION_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSLATION_INTERIM, object_name:GL_TRANSLATION_INTERIM, status:VALID, product: GL - General Ledger , description: Foreign currency translated interim balances , implementation_dba_data: GL.GL_TRANSLATION_INTERIM ,
-
Table: GL_TRANSLATION_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSLATION_INTERIM, object_name:GL_TRANSLATION_INTERIM, status:VALID, product: GL - General Ledger , description: Foreign currency translated interim balances , implementation_dba_data: GL.GL_TRANSLATION_INTERIM ,
-
Table: GL_DYNAMIC_SUMM_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DYNAMIC_SUMM_COMBINATIONS, object_name:GL_DYNAMIC_SUMM_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Newly created summary account combinations , implementation_dba_data: GL.GL_DYNAMIC_SUMM_COMBINATIONS ,
-
Table: GL_BALANCES_DELTA_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES_DELTA_INTERIM, object_name:GL_BALANCES_DELTA_INTERIM, status:VALID, product: GL - General Ledger , description: Interim tracking of incremental account balances , implementation_dba_data: GL.GL_BALANCES_DELTA_INTERIM ,
-
Table: GL_BALANCES_DELTA
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES_DELTA, object_name:GL_BALANCES_DELTA, status:VALID, product: GL - General Ledger , description: Incremental changes to account balances , implementation_dba_data: GL.GL_BALANCES_DELTA ,
-
Table: GL_BUDGET_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID, product: GL - General Ledger , description: Budget posting interim balances , implementation_dba_data: GL.GL_BUDGET_INTERIM ,
-
Table: GL_POSTING_INTERIM
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_POSTING_INTERIM, object_name:GL_POSTING_INTERIM, status:VALID, product: GL - General Ledger , description: Posting interim balances , implementation_dba_data: GL.GL_POSTING_INTERIM ,
-
Table: GL_POSTING_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_POSTING_INTERIM, object_name:GL_POSTING_INTERIM, status:VALID, product: GL - General Ledger , description: Posting interim balances , implementation_dba_data: GL.GL_POSTING_INTERIM ,
-
Table: GL_SUMMARY_HIERARCHY_INT
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_HIERARCHY_INT, object_name:GL_SUMMARY_HIERARCHY_INT, status:VALID, product: GL - General Ledger , description: Interim segment value hierarchy changes for Incremental Add/Delete Summary Templates , implementation_dba_data: GL.GL_SUMMARY_HIERARCHY_INT ,
-
Table: GL_BUDGET_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_INTERIM, object_name:GL_BUDGET_INTERIM, status:VALID, product: GL - General Ledger , description: Budget posting interim balances , implementation_dba_data: GL.GL_BUDGET_INTERIM ,
-
View: GL_SUMMARY_TEMPLATES_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES_NAMES_V, object_name:GL_SUMMARY_TEMPLATES_NAMES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_TEMPLATES_NAMES_V ,
-
Table: GL_BALANCES_DELTA_INTERIM
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES_DELTA_INTERIM, object_name:GL_BALANCES_DELTA_INTERIM, status:VALID, product: GL - General Ledger , description: Interim tracking of incremental account balances , implementation_dba_data: GL.GL_BALANCES_DELTA_INTERIM ,
-
Table: GL_SUMMARY_HIERARCHIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_HIERARCHIES, object_name:GL_SUMMARY_HIERARCHIES, status:VALID, product: GL - General Ledger , description: Child segment value ranges for summary templates , implementation_dba_data: GL.GL_SUMMARY_HIERARCHIES ,
-
Table: GL_BALANCES_DELTA
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES_DELTA, object_name:GL_BALANCES_DELTA, status:VALID, product: GL - General Ledger , description: Incremental changes to account balances , implementation_dba_data: GL.GL_BALANCES_DELTA ,
-
Table: GL_SUMMARY_HIERARCHY_INT
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_HIERARCHY_INT, object_name:GL_SUMMARY_HIERARCHY_INT, status:VALID, product: GL - General Ledger , description: Interim segment value hierarchy changes for Incremental Add/Delete Summary Templates , implementation_dba_data: GL.GL_SUMMARY_HIERARCHY_INT ,
-
Table: GL_DAILY_BALANCES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_BALANCES, object_name:GL_DAILY_BALANCES, status:VALID, product: GL - General Ledger , description: Daily aggregate balances for both detail and summary accounts , implementation_dba_data: GL.GL_DAILY_BALANCES ,
-
Table: GL_DAILY_BALANCES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_BALANCES, object_name:GL_DAILY_BALANCES, status:VALID, product: GL - General Ledger , description: Daily aggregate balances for both detail and summary accounts , implementation_dba_data: GL.GL_DAILY_BALANCES ,
-
Table: GL_DYNAMIC_SUMM_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DYNAMIC_SUMM_COMBINATIONS, object_name:GL_DYNAMIC_SUMM_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Newly created summary account combinations , implementation_dba_data: GL.GL_DYNAMIC_SUMM_COMBINATIONS ,
-
Table: GL_BC_PACKETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS, object_name:GL_BC_PACKETS, status:VALID, product: GL - General Ledger , description: Budgetary control queue table , implementation_dba_data: GL.GL_BC_PACKETS ,
-
Table: GL_ARCHIVE_BALANCES
12.2.2
product: GL - General Ledger , description: Archive account balances , implementation_dba_data: Not implemented in this database ,
-
Table: GL_BALANCES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES, object_name:GL_BALANCES, status:VALID, product: GL - General Ledger , description: Account balances for both detail and summary accounts , implementation_dba_data: GL.GL_BALANCES ,
-
Table: GL_RECURRING_LINE_CALC_RULES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_RECURRING_LINE_CALC_RULES, object_name:GL_RECURRING_LINE_CALC_RULES, status:VALID, product: GL - General Ledger , description: Recurring journal entry and budget formula lines , implementation_dba_data: GL.GL_RECURRING_LINE_CALC_RULES ,
-
Table: GL_ARCHIVE_DAILY_BALANCES
12.2.2
product: GL - General Ledger , description: Archive daily aggregate balances , implementation_dba_data: Not implemented in this database ,
-
Table: GL_ARCHIVE_DAILY_BALANCES
12.1.1
product: GL - General Ledger , description: Archive daily aggregate balances , implementation_dba_data: Not implemented in this database ,
-
Table: GL_ARCHIVE_BALANCES
12.1.1
product: GL - General Ledger , description: Archive account balances , implementation_dba_data: Not implemented in this database ,
-
Table: GL_BC_PACKETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS, object_name:GL_BC_PACKETS, status:VALID, product: GL - General Ledger , description: Budgetary control queue table , implementation_dba_data: GL.GL_BC_PACKETS ,
-
Table: GL_BALANCES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BALANCES, object_name:GL_BALANCES, status:VALID, product: GL - General Ledger , description: Account balances for both detail and summary accounts , implementation_dba_data: GL.GL_BALANCES ,
-
View: GL_SUMMARY_TEMPLATES_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES_NAMES_V, object_name:GL_SUMMARY_TEMPLATES_NAMES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_TEMPLATES_NAMES_V ,
-
Table: GL_RECURRING_LINE_CALC_RULES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_RECURRING_LINE_CALC_RULES, object_name:GL_RECURRING_LINE_CALC_RULES, status:VALID, product: GL - General Ledger , description: Recurring journal entry and budget formula lines , implementation_dba_data: GL.GL_RECURRING_LINE_CALC_RULES ,
-
Table: GL_EXTRACT_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EXTRACT_HISTORY, object_name:GL_EXTRACT_HISTORY, status:VALID, product: GL - General Ledger , description: Successful full or incremental extract requests information from the GL_BALANCES_DELTA table generated from programs like Analyzer-Extract Incremental Balances , implementation_dba_data: GL.GL_EXTRACT_HISTORY ,
-
Table: GL_EXTRACT_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EXTRACT_HISTORY, object_name:GL_EXTRACT_HISTORY, status:VALID, product: GL - General Ledger , description: Successful full or incremental extract requests information from the GL_BALANCES_DELTA table generated from programs like Analyzer-Extract Incremental Balances , implementation_dba_data: GL.GL_EXTRACT_HISTORY ,
-
Table: GL_BC_PACKETS_HISTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS_HISTS, object_name:GL_BC_PACKETS_HISTS, status:VALID, product: GL - General Ledger , description: GL_BC_PACKETS_HISTS is Oracle General Ledger's history table for the Budgetary Control feature. This table stores the budgetary control packets that are deleted from table GL_BC_PACKETS. , implementation_dba_data: GL.GL_BC_PACKETS_HISTS ,
-
Table: GL_BC_PACKETS_HISTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS_HISTS, object_name:GL_BC_PACKETS_HISTS, status:VALID, product: GL - General Ledger , description: GL_BC_PACKETS_HISTS is Oracle General Ledger's history table for the Budgetary Control feature. This table stores the budgetary control packets that are deleted from table GL_BC_PACKETS. , implementation_dba_data: GL.GL_BC_PACKETS_HISTS ,
-
View: GL_SUMMARY_CODE_COMBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_CODE_COMBS_V, object_name:GL_SUMMARY_CODE_COMBS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_CODE_COMBS_V ,
-
View: GL_SUMMARY_CODE_COMBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_CODE_COMBS_V, object_name:GL_SUMMARY_CODE_COMBS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_CODE_COMBS_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 ,
-
View: GL_SUMMARY_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES_V, object_name:GL_SUMMARY_TEMPLATES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SUMMARY_TEMPLATES_V ,
-
View: GL_SUMMARY_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES_V, object_name:GL_SUMMARY_TEMPLATES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SUMMARY_TEMPLATES_V ,
-
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_SUMMARY_COMBINATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_COMBINATIONS_V, object_name:GL_SUMMARY_COMBINATIONS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_COMBINATIONS_V ,
-
View: GL_SUMMARY_COMBINATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SUMMARY_COMBINATIONS_V, object_name:GL_SUMMARY_COMBINATIONS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_SUMMARY_COMBINATIONS_V ,
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,