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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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: 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 ,
-
Table: GL_SYSTEM_SETUP_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SYSTEM_SETUP_11I, object_name:GL_SYSTEM_SETUP_11I, status:VALID, product: GL - General Ledger , description: System setup information , implementation_dba_data: GL.GL_SYSTEM_SETUP_11I ,
-
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_MOVEMERGE_REQUESTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MOVEMERGE_REQUESTS, object_name:GL_MOVEMERGE_REQUESTS, status:VALID, product: GL - General Ledger , description: Mass maintenance request definitions , implementation_dba_data: GL.GL_MOVEMERGE_REQUESTS ,
-
Table: GL_OASIS_FIN_ASSIGNMENTS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_OASIS_FIN_ASSIGNMENTS_11I, object_name:GL_OASIS_FIN_ASSIGNMENTS_11I, status:VALID, product: GL - General Ledger , description: Natural account value mappings for financial items , implementation_dba_data: GL.GL_OASIS_FIN_ASSIGNMENTS_11I ,
-
Table: GL_REVALUATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_REVALUATIONS, object_name:GL_REVALUATIONS, status:VALID, product: GL - General Ledger , description: Revaluation definitions , implementation_dba_data: GL.GL_REVALUATIONS ,
-
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_TRACK_DELTA_BALANCES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRACK_DELTA_BALANCES, object_name:GL_TRACK_DELTA_BALANCES, status:VALID, product: GL - General Ledger , description: GL_TRACK_DELTA_BALANCES stores information about requests to track incremental balances using the GL_BALANCES_DELTA table. , implementation_dba_data: GL.GL_TRACK_DELTA_BALANCES ,
-
Table: GL_TRACK_DELTA_BALANCES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRACK_DELTA_BALANCES, object_name:GL_TRACK_DELTA_BALANCES, status:VALID, product: GL - General Ledger , description: GL_TRACK_DELTA_BALANCES stores information about requests to track incremental balances using the GL_BALANCES_DELTA table. , implementation_dba_data: GL.GL_TRACK_DELTA_BALANCES ,
-
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_SYSTEM_SETUP_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SYSTEM_SETUP_11I, object_name:GL_SYSTEM_SETUP_11I, status:VALID, product: GL - General Ledger , description: System setup information , implementation_dba_data: GL.GL_SYSTEM_SETUP_11I ,
-
Table: GL_TRANSACTION_CALENDAR
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSACTION_CALENDAR, object_name:GL_TRANSACTION_CALENDAR, status:VALID, product: GL - General Ledger , description: Transaction calendar definitions , implementation_dba_data: GL.GL_TRANSACTION_CALENDAR ,
-
Table: GL_OASIS_FIN_METRICS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_OASIS_FIN_METRICS_11I, object_name:GL_OASIS_FIN_METRICS_11I, status:VALID, product: GL - General Ledger , description: Summarized financial metrics , implementation_dba_data: GL.GL_OASIS_FIN_METRICS_11I ,
-
Table: GL_ELIMINATION_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_SETS, object_name:GL_ELIMINATION_SETS, status:VALID, product: GL - General Ledger , description: Intercompany elimination set definitions , implementation_dba_data: GL.GL_ELIMINATION_SETS ,
-
Table: GL_TAX_OPTIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TAX_OPTIONS, object_name:GL_TAX_OPTIONS, status:VALID, product: GL - General Ledger , description: Setup tax options , implementation_dba_data: GL.GL_TAX_OPTIONS ,
-
Table: GL_TAX_OPTION_ACCOUNTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TAX_OPTION_ACCOUNTS, object_name:GL_TAX_OPTION_ACCOUNTS, status:VALID, product: GL - General Ledger , description: Setup tax options for natural account values , implementation_dba_data: GL.GL_TAX_OPTION_ACCOUNTS ,
-
Table: GL_ELIMINATION_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_HISTORY, object_name:GL_ELIMINATION_HISTORY, status:VALID, product: GL - General Ledger , description: Intercompany elimination history , implementation_dba_data: GL.GL_ELIMINATION_HISTORY ,
-
Table: GL_AUTHORIZATION_LIMITS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTHORIZATION_LIMITS, object_name:GL_AUTHORIZATION_LIMITS, status:VALID, product: GL - General Ledger , description: Journal approval authorization limits for employees , implementation_dba_data: GL.GL_AUTHORIZATION_LIMITS ,
-
Table: GL_TRANSLATION_RATES_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSLATION_RATES_11I, object_name:GL_TRANSLATION_RATES_11I, status:VALID, product: GL - General Ledger , description: Foreign currency translation rates , implementation_dba_data: GL.GL_TRANSLATION_RATES_11I ,
-
Table: GL_AUTHORIZATION_LIMITS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTHORIZATION_LIMITS, object_name:GL_AUTHORIZATION_LIMITS, status:VALID, product: GL - General Ledger , description: Journal approval authorization limits for employees , implementation_dba_data: GL.GL_AUTHORIZATION_LIMITS ,
-
Table: GL_HISTORICAL_RATES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_HISTORICAL_RATES, object_name:GL_HISTORICAL_RATES, status:VALID, product: GL - General Ledger , description: Foreign currency translation rates for historical accounts , implementation_dba_data: GL.GL_HISTORICAL_RATES ,
-
Table: GL_TAX_OPTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TAX_OPTIONS, object_name:GL_TAX_OPTIONS, status:VALID, product: GL - General Ledger , description: Setup tax options , implementation_dba_data: GL.GL_TAX_OPTIONS ,
-
Table: GL_ELIMINATION_SETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_SETS, object_name:GL_ELIMINATION_SETS, status:VALID, product: GL - General Ledger , description: Intercompany elimination set definitions , implementation_dba_data: GL.GL_ELIMINATION_SETS ,
-
Table: GL_HISTORICAL_RATE_RANGES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_HISTORICAL_RATE_RANGES, object_name:GL_HISTORICAL_RATE_RANGES, status:VALID, product: GL - General Ledger , description: Historical translation rates account ranges , implementation_dba_data: GL.GL_HISTORICAL_RATE_RANGES ,
-
Table: GL_TAX_OPTION_ACCOUNTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TAX_OPTION_ACCOUNTS, object_name:GL_TAX_OPTION_ACCOUNTS, status:VALID, product: GL - General Ledger , description: Setup tax options for natural account values , implementation_dba_data: GL.GL_TAX_OPTION_ACCOUNTS ,
-
Table: GL_AUTOREVERSE_OPTIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTOREVERSE_OPTIONS, object_name:GL_AUTOREVERSE_OPTIONS, status:VALID, product: GL - General Ledger , description: Reversal criteria for generating automatic journal reversals , implementation_dba_data: GL.GL_AUTOREVERSE_OPTIONS ,
-
Table: GL_ELIMINATION_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_HISTORY, object_name:GL_ELIMINATION_HISTORY, status:VALID, product: GL - General Ledger , description: Intercompany elimination history , implementation_dba_data: GL.GL_ELIMINATION_HISTORY ,
-
Table: GL_REVALUATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_REVALUATIONS, object_name:GL_REVALUATIONS, status:VALID, product: GL - General Ledger , description: Revaluation definitions , implementation_dba_data: GL.GL_REVALUATIONS ,
-
Table: GL_TRANSLATION_RATES_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSLATION_RATES_11I, object_name:GL_TRANSLATION_RATES_11I, status:VALID, product: GL - General Ledger , description: Foreign currency translation rates , implementation_dba_data: GL.GL_TRANSLATION_RATES_11I ,
-
Table: GL_RX_TRIAL_BALANCE_ITF
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_RX_TRIAL_BALANCE_ITF, object_name:GL_RX_TRIAL_BALANCE_ITF, status:VALID, product: GL - General Ledger , description: Interface table for country-specific trial balance reports , implementation_dba_data: GL.GL_RX_TRIAL_BALANCE_ITF ,
-
Table: GL_MOVEMERGE_REQUESTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MOVEMERGE_REQUESTS, object_name:GL_MOVEMERGE_REQUESTS, status:VALID, product: GL - General Ledger , description: Mass maintenance request definitions , implementation_dba_data: GL.GL_MOVEMERGE_REQUESTS ,
-
Table: GL_RX_TRIAL_BALANCE_ITF
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_RX_TRIAL_BALANCE_ITF, object_name:GL_RX_TRIAL_BALANCE_ITF, status:VALID, product: GL - General Ledger , description: Interface table for country-specific trial balance reports , implementation_dba_data: GL.GL_RX_TRIAL_BALANCE_ITF ,
-
Table: GL_TRANSLATION_TRACKING
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_TRANSLATION_TRACKING, object_name:GL_TRANSLATION_TRACKING, status:VALID, product: GL - General Ledger , description: Foreign currency translation history , implementation_dba_data: GL.GL_TRANSLATION_TRACKING ,