Search Results gl_sets_of_books_11i
Overview
The GL_SETS_OF_BOOKS_11I table is a core data repository within the Oracle E-Business Suite General Ledger (GL) module. It stores the fundamental definition of a Set of Books, which was the primary organizational unit for financial reporting and accounting in releases prior to Oracle EBS R12. In the context of Oracle EBS 12.1.1 and 12.2.2, this table remains a critical component for backward compatibility and data integrity, housing the original configuration for ledgers that have been upgraded from the 11i release. Its primary role is to define the accounting structure, including the chart of accounts, functional currency, accounting calendar, and retained earnings account, forming the backbone for all transactional accounting within the associated ledger.
Key Information Stored
The table's primary key is SET_OF_BOOKS_ID, a unique numeric identifier. The NAME column provides the unique descriptive name of the Set of Books and is also a unique key. Other critical columns define the accounting framework: CURRENCY_CODE (functional currency), CHART_OF_ACCOUNTS_ID (links to the flexfield structure), and TRANSACTION_CALENDAR_ID (accounting period calendar). The table also stores key code combination IDs for specific accounting purposes, such as RET_EARN_CODE_COMBINATION_ID (Retained Earnings), NET_INCOME_CODE_COMBINATION_ID (Net Income), and ROUNDING_CODE_COMBINATION_ID. Additional columns control translation and conversion rate types, like DAILY_TRANSLATION_RATE_TYPE.
Common Use Cases and Queries
This table is central to reporting, data validation, and upgrade analysis. Common use cases include generating a list of all upgraded ledgers for audit purposes, validating ledger configurations during financial integrations, and troubleshooting transactional posting errors by verifying key account combinations. A typical query retrieves the core definition of a Set of Books:
- SELECT sob.name, sob.currency_code, cc.concatenated_segments ret_earnings_acct FROM gl_sets_of_books_11i sob, gl_code_combinations cc WHERE sob.ret_earn_code_combination_id = cc.code_combination_id AND sob.set_of_books_id = :ledger_id;
Another common pattern involves joining with the GL_LEDGERS table (the R12 successor) to map legacy Set of Books IDs to their modern ledger counterparts for cross-version reporting.
Related Objects
GL_SETS_OF_BOOKS_11I maintains extensive foreign key relationships, underscoring its foundational role. It references key configuration tables: FND_CURRENCIES (CURRENCY_CODE), GL_DAILY_CONVERSION_TYPES (DAILY_TRANSLATION_RATE_TYPE), GL_TRANSACTION_CALENDAR (TRANSACTION_CALENDAR_ID), and GL_CODE_COMBINATIONS for various key accounts (e.g., RET_EARN_CODE_COMBINATION_ID). Crucially, numerous transactional and setup tables in other modules reference it via the SET_OF_BOOKS_ID column, including:
These relationships ensure financial transactions are consistently posted to the correct accounting entity, even after an upgrade to the ledger architecture.-
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 ,
-
APPS.OKL_TCN_PVT dependencies on GL_SETS_OF_BOOKS_11I
12.2.2
-
APPS.OKL_TCN_PVT dependencies on GL_LEDGERS
12.2.2
-
VIEW: APPS.IGI_COM_SOB_LINK_V
12.2.2
-
VIEW: APPS.IGI_COM_SOB_LINK_V
12.1.1
-
Table: GL_MC_REPORTING_OPTIONS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_REPORTING_OPTIONS_11I, object_name:GL_MC_REPORTING_OPTIONS_11I, status:VALID, product: GL - General Ledger , description: Multiple reporting currency conversion options by application/operating unit/asset book , implementation_dba_data: GL.GL_MC_REPORTING_OPTIONS_11I ,
-
Table: GL_MC_REPORTING_OPTIONS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_REPORTING_OPTIONS_11I, object_name:GL_MC_REPORTING_OPTIONS_11I, status:VALID, product: GL - General Ledger , description: Multiple reporting currency conversion options by application/operating unit/asset book , implementation_dba_data: GL.GL_MC_REPORTING_OPTIONS_11I ,
-
Table: GL_EFC_CHANGED_TRX
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_CHANGED_TRX, object_name:GL_EFC_CHANGED_TRX, status:VALID, product: GL - General Ledger , description: Transactions that need to be reprocessed by the Euro as Functional Currency process , implementation_dba_data: GL.GL_EFC_CHANGED_TRX ,
-
VIEW: APPS.GL_SETS_OF_BOOKS1_DFV
12.2.2
-
Table: GL_IEA_SUBSIDIARIES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID, product: GL - General Ledger , description: Subsidiary definitions , implementation_dba_data: GL.GL_IEA_SUBSIDIARIES ,
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
Table: GL_EFC_RUN_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_RUN_HISTORY, object_name:GL_EFC_RUN_HISTORY, status:VALID, product: GL - General Ledger , description: Euro as Functional Currency process history , implementation_dba_data: GL.GL_EFC_RUN_HISTORY ,
-
Table: GL_MC_CONVERSION_RULES_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_CONVERSION_RULES_11I, object_name:GL_MC_CONVERSION_RULES_11I, status:VALID, product: GL - General Ledger , description: Multiple reporting currency conversion rules for Oracle General Ledger , implementation_dba_data: GL.GL_MC_CONVERSION_RULES_11I ,
-
Table: GL_EFC_RUN_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_RUN_HISTORY, object_name:GL_EFC_RUN_HISTORY, status:VALID, product: GL - General Ledger , description: Euro as Functional Currency process history , implementation_dba_data: GL.GL_EFC_RUN_HISTORY ,
-
Table: GL_EFC_BUDGET_MAPPING
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_BUDGET_MAPPING, object_name:GL_EFC_BUDGET_MAPPING, status:VALID, product: GL - General Ledger , description: Budget and budget organization mappings for Euro as Functional Currency process , implementation_dba_data: GL.GL_EFC_BUDGET_MAPPING ,
-
Table: GL_MC_UPGRADE_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_UPGRADE_HISTORY, object_name:GL_MC_UPGRADE_HISTORY, status:VALID, product: GL - General Ledger , description: History of upgrade for each application and reporting set of books , implementation_dba_data: GL.GL_MC_UPGRADE_HISTORY ,
-
VIEW: APPS.GL_SETS_OF_BOOKS1_DFV
12.1.1
-
Table: GL_EFC_CHANGED_TRX
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_CHANGED_TRX, object_name:GL_EFC_CHANGED_TRX, status:VALID, product: GL - General Ledger , description: Transactions that need to be reprocessed by the Euro as Functional Currency process , implementation_dba_data: GL.GL_EFC_CHANGED_TRX ,
-
Table: GL_EFC_BUDGET_MAPPING
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_EFC_BUDGET_MAPPING, object_name:GL_EFC_BUDGET_MAPPING, status:VALID, product: GL - General Ledger , description: Budget and budget organization mappings for Euro as Functional Currency process , implementation_dba_data: GL.GL_EFC_BUDGET_MAPPING ,
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.1.1
-
VIEW: APPS.IGCBV_MC_REL_DET_PAY_FORECASTS
12.1.1
-
SYNONYM: APPS.GL_SETS_OF_BOOKS_11I
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SETS_OF_BOOKS_11I, status:VALID,
-
Table: GL_MC_BOOK_ASSIGNMENTS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_BOOK_ASSIGNMENTS_11I, object_name:GL_MC_BOOK_ASSIGNMENTS_11I, status:VALID, product: GL - General Ledger , description: Assignments of reporting sets of books to primary sets of books , implementation_dba_data: GL.GL_MC_BOOK_ASSIGNMENTS_11I ,
-
Table: GL_MC_BOOK_ASSIGNMENTS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_BOOK_ASSIGNMENTS_11I, object_name:GL_MC_BOOK_ASSIGNMENTS_11I, status:VALID, product: GL - General Ledger , description: Assignments of reporting sets of books to primary sets of books , implementation_dba_data: GL.GL_MC_BOOK_ASSIGNMENTS_11I ,
-
Table: GL_MC_CONVERSION_RULES_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_CONVERSION_RULES_11I, object_name:GL_MC_CONVERSION_RULES_11I, status:VALID, product: GL - General Ledger , description: Multiple reporting currency conversion rules for Oracle General Ledger , implementation_dba_data: GL.GL_MC_CONVERSION_RULES_11I ,
-
Table: FA_MC_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOK_CONTROLS, object_name:FA_MC_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a reporting depreciation book , implementation_dba_data: FA.FA_MC_BOOK_CONTROLS ,
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.1.1
-
Table: GL_MC_UPGRADE_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MC_UPGRADE_HISTORY, object_name:GL_MC_UPGRADE_HISTORY, status:VALID, product: GL - General Ledger , description: History of upgrade for each application and reporting set of books , implementation_dba_data: GL.GL_MC_UPGRADE_HISTORY ,
-
Table: AR_SYSTEM_PARAMETERS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SYSTEM_PARAMETERS_ALL, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID, product: AR - Receivables , description: Oracle Receivables system options , implementation_dba_data: AR.AR_SYSTEM_PARAMETERS_ALL ,
-
Table: GL_IEA_SUBSIDIARIES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IEA_SUBSIDIARIES, object_name:GL_IEA_SUBSIDIARIES, status:VALID, product: GL - General Ledger , description: Subsidiary definitions , implementation_dba_data: GL.GL_IEA_SUBSIDIARIES ,
-
SYNONYM: APPS.GL_SETS_OF_BOOKS_11I
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SETS_OF_BOOKS_11I, status:VALID,
-
Table: FA_MC_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MC_BOOK_CONTROLS, object_name:FA_MC_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a reporting depreciation book , implementation_dba_data: FA.FA_MC_BOOK_CONTROLS ,
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.2.2
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.IGCBV_MC_DETAIL_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCBV_MC_REL_DET_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCFV_MC_RELEASE_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCBV_MC_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCBV_MC_CONTRACT_COMMITMENTS
12.2.2
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
VIEW: APPS.IGCBV_MC_RELEASE_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCBV_MC_DETAIL_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCFV_MC_DETAIL_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCBV_MC_RELEASE_ACCOUNT_LINES
12.1.1
-
VIEW: APPS.IGCBV_MC_RELEASES
12.1.1
-
VIEW: APPS.IGCFV_MC_DETAIL_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCFV_MC_CONTRACT_COMMITMENTS
12.1.1
-
VIEW: APPS.IGCFV_MC_ACCOUNT_LINES
12.2.2
-
VIEW: APPS.IGCBV_MC_RELEASES
12.2.2