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 ,
-
APPS.IGI_BUD_GL_CODE_CCID_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_SUMMARY_BC_OPTIONS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_BUDGET_UTILS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.IGI_BUD_GL_CODE_CCID_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_CODE_COMBINATIONS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_CODE_COMBINATIONS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_BUDGET_UTILS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_SUMMARY_BC_OPTIONS_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_SUMMARY_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_FLEX_INSERT_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.PSA_BC_XML_REPORT_PUB dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_FLEX_INSERT_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.RG_DSS_VAR_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.PSA_BC_XML_REPORT_PUB dependencies on GL_SUMMARY_TEMPLATES
12.1.1
-
APPS.GL_SUMMARY_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.RG_DSS_VAR_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES
12.2.2
-
APPS.GL_SUMMARY_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES_S
12.2.2
-
APPS.GL_SUMMARY_TEMPLATES_PKG dependencies on GL_SUMMARY_TEMPLATES_S
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_SUMMARY_BC_OPTIONS
12.2.2
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_SUMMARY_TEMPLATES_PKG
12.1.1
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_SUMMARY_TEMPLATES_PKG
12.2.2
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_SUMMARY_BC_OPTIONS
12.1.1
-
APPS.GL_SUMMARY_BC_OPTIONS_PKG dependencies on GL_LEDGERS
12.2.2
-
APPS.GL_SUMMARY_BC_OPTIONS_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_BUDGET_UTILS_PKG dependencies on GL_SUMMARY_BC_OPTIONS
12.1.1
-
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 ,
-
APPS.GL_BUDGET_UTILS_PKG dependencies on GL_SUMMARY_BC_OPTIONS
12.2.2
-
VIEW: APPS.GL_SUMMARY_TEMPLATES_NAMES_V
12.1.1
-
VIEW: APPS.GL_SUMMARY_TEMPLATES_NAMES_V
12.2.2
-
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 ,
-
SYNONYM: APPS.GL_SUMMARY_TEMPLATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SUMMARY_TEMPLATES, status:VALID,
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BUDGETS
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_BUDGETS
12.2.2
-
VIEW: APPS.RG_SRS_DSS_TEMPLATE_V
12.1.1
-
SYNONYM: APPS.GL_SUMMARY_TEMPLATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SUMMARY_TEMPLATES, status:VALID,
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_ACCOUNT_HIERARCHIES
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_ACCOUNT_HIERARCHIES
12.2.2
-
VIEW: APPS.RG_SRS_DSS_TEMPLATE_V
12.2.2
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.1.1
-
VIEW: APPS.RG_DSS_VAR_TEMPLATES_V
12.1.1
-
VIEW: APPS.RG_DSS_VAR_TEMPLATES_V
12.2.2
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.2.2