Search Results general ledger
The XLA_GL_LEDGERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for ledger-related information within the Subledger Accounting (SLA) framework. It serves as a bridge between the General Ledger (GL) and subledger modules, ensuring seamless financial data integration. Below is a detailed analysis of its structure, purpose, and significance in Oracle EBS.
Purpose and Context
TheXLA_GL_LEDGERS
table stores metadata about ledgers that are registered in Subledger Accounting. It enables SLA to identify which ledgers are available for accounting entries and ensures proper mapping between subledger transactions and GL accounting entries. This table is essential for multi-ledger environments, where organizations maintain multiple accounting representations (e.g., legal, management, or tax ledgers).
Key Columns and Structure
The table includes columns that define ledger attributes and their relationships with other EBS components:- LEDGER_ID: Primary key, referencing
GL_LEDGERS.LEDGER_ID
. - APPLICATION_ID: Identifies the subledger application (e.g., Payables, Receivables).
- NAME: Ledger name for display purposes.
- SHORT_NAME: Abbreviated ledger identifier.
- LEDGER_CATEGORY_CODE: Classifies ledgers (e.g., PRIMARY, SECONDARY).
- CURRENCY_CODE: Functional currency of the ledger.
- CHART_OF_ACCOUNTS_ID: Links to the COA structure.
- PERIOD_SET_NAME: Defines the accounting calendar.
- ENABLED_FLAG: Indicates whether the ledger is active for SLA processing.
Integration with Subledger Accounting
XLA_GL_LEDGERS
supports SLA’s accounting engine by:
- Providing ledger-specific rules for journal entry creation.
- Enabling ledger-level validation during accounting entry generation.
- Facilitating multi-period accounting by referencing the ledger’s calendar.
Technical and Functional Significance
- Multi-Ledger Support: Allows SLA to process transactions across ledgers with different currencies, calendars, or accounting rules.
- Data Integrity: Ensures subledger entries align with GL’s structure (COA, calendars) through referential integrity.
- Performance: Optimizes accounting processes by filtering ledgers during data extraction and validation.
Common Use Cases
- Period Close: Validates ledger status before closing periods.
- Cross-Ledger Reporting: Aggregates data from multiple ledgers for consolidated reporting.
- Configuration: Used during SLA setup to assign ledgers to subledger applications.
Example Query
A typical query to retrieve active ledgers for SLA might resemble:SELECT ledger_id, name, currency_code FROM xla_gl_ledgers WHERE enabled_flag = 'Y' AND application_id = 200; -- Payables
Conclusion
TheXLA_GL_LEDGERS
table is a foundational component in Oracle EBS’s financial architecture, ensuring accurate and efficient subledger-to-GL integration. Its design supports complex multi-ledger requirements while maintaining data consistency and performance. Understanding this table is crucial for implementing, customizing, or troubleshooting SLA processes in EBS 12.1.1 or 12.2.2.
-
Lookup Type: XLA_JELINESRPT_TRANSFER_STATUS
12.2.2
product: XLA - Subledger Accounting , meaning: Transfer or Posting Status for Journal Entries Report , description: Transfer or Posting Status for Journal Entries Report ,
-
Lookup Type: XLA_ACCT_TRANSFER
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_ACCT_TRANSFER ,
-
Lookup Type: XLA_ACCT_TRANSFER
12.1.1
product: XLA - Subledger Accounting , meaning: XLA_ACCT_TRANSFER ,
-
Lookup Type: XLA_INITIAL_BALANCE_MSG
12.1.1
product: XLA - Subledger Accounting , meaning: Error messages for import of initial balances program , description: This categorizes the messages used to report errors/warnings encountered in defining the initial balances ,
-
Lookup Type: XLA_LINESINQ_ADD_POPLIST
12.1.1
product: XLA - Subledger Accounting , meaning: Lines Inquiry Add Another Poplist ,
-
Lookup Type: XLA_LINESINQ_ADD_POPLIST
12.2.2
product: XLA - Subledger Accounting , meaning: Lines Inquiry Add Another Poplist ,
-
Lookup Type: XLA_AMB_COMPONENT_PROPERTY
12.2.2
product: XLA - Subledger Accounting , meaning: Application Accounting Definition Component Property ,
-
Lookup Type: XLA_AMB_COMPONENT_PROPERTY
12.1.1
product: XLA - Subledger Accounting , meaning: Application Accounting Definition Component Property ,
-
View: XLA_LEDGER_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_LEDGER_RELATIONSHIPS_V, object_name:XLA_LEDGER_RELATIONSHIPS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_LEDGER_RELATIONSHIPS_V ,
-
View: XLA_LEDGER_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_LEDGER_RELATIONSHIPS_V, object_name:XLA_LEDGER_RELATIONSHIPS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_LEDGER_RELATIONSHIPS_V ,
-
View: XLA_GL_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_LEDGERS_V, object_name:XLA_GL_LEDGERS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_GL_LEDGERS_V ,
-
View: XLA_GL_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_LEDGERS_V, object_name:XLA_GL_LEDGERS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_GL_LEDGERS_V ,
-
Concurrent Program: XLAHUPGSUB
12.2.2
execution_filename: xla_hist_ledger_upg_pkg.historic_worker , product: XLA - Subledger Accounting , user_name: LA Secondary/ALC Ledger Historic Sub-WorkerWorker Process , description: Sub-Worker to Upgrade Historical Entries After Sec/ALC Ledger Activation , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: XLAHUPG
12.1.1
execution_filename: xla_hist_ledger_upg_pkg.upg_main , product: XLA - Subledger Accounting , user_name: Secondary ALC Historical Upgrade , description: Upgrade of Historical Entries After Activation of Secondary/ALC Ledger , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: XLA_ALT_CURR_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ALT_CURR_LEDGERS_V, object_name:XLA_ALT_CURR_LEDGERS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ALT_CURR_LEDGERS_V ,
-
Concurrent Program: XLAHUPG
12.2.2
execution_filename: xla_hist_ledger_upg_pkg.upg_main , product: XLA - Subledger Accounting , user_name: Secondary ALC Historical Upgrade , description: Upgrade of Historical Entries After Activation of Secondary/ALC Ledger , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: XLA_ALT_CURR_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ALT_CURR_LEDGERS_V, object_name:XLA_ALT_CURR_LEDGERS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ALT_CURR_LEDGERS_V ,
-
View: XLA_SUBLEDGER_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SUBLEDGER_OPTIONS_V, object_name:XLA_SUBLEDGER_OPTIONS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SUBLEDGER_OPTIONS_V ,
-
View: XLA_SUBLEDGER_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SUBLEDGER_OPTIONS_V, object_name:XLA_SUBLEDGER_OPTIONS_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SUBLEDGER_OPTIONS_V ,
-
Lookup Type: XLA_FLEXFIELD_SEGMENTS_QUAL
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_FLEXFIELD_SEGMENTS_QUAL ,
-
Lookup Type: XLA_ACCT_ATTR_ASSGN_GROUP
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_ACCT_ATTR_ASSGN_GROUP , description: Gives meaning to the XLA_ACCT_ATTRIBUTES_B.ASSIGNMENT_GROUP_CODE when displayed on any UI. ,
-
Lookup Type: XLA_ACCT_ATTR_ASSGN_GROUP
12.1.1
product: XLA - Subledger Accounting , meaning: XLA_ACCT_ATTR_ASSGN_GROUP , description: Gives meaning to the XLA_ACCT_ATTRIBUTES_B.ASSIGNMENT_GROUP_CODE when displayed on any UI. ,
-
Table: XLA_GL_LEDGERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_LEDGERS, object_name:XLA_GL_LEDGERS, status:VALID, product: XLA - Subledger Accounting , description: This table contains ledger information used by subledger accounting. , implementation_dba_data: XLA.XLA_GL_LEDGERS ,
-
Table: XLA_TRANSACTION_ENTITIES
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TRANSACTION_ENTITIES, object_name:XLA_TRANSACTION_ENTITIES, status:VALID, product: XLA - Subledger Accounting , description: The table XLA_ENTITIES contains information about sub-ledger document or transactions. , implementation_dba_data: XLA.XLA_TRANSACTION_ENTITIES ,
-
Table: XLA_GL_LEDGERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_LEDGERS, object_name:XLA_GL_LEDGERS, status:VALID, product: XLA - Subledger Accounting , description: This table contains ledger information used by subledger accounting. , implementation_dba_data: XLA.XLA_GL_LEDGERS ,
-
Table: XLA_UPGRADE_DATES
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_UPGRADE_DATES, object_name:XLA_UPGRADE_DATES, status:VALID, product: XLA - Subledger Accounting , description: For SLA upgrade: contains start and enddate for a ledger. , implementation_dba_data: XLA.XLA_UPGRADE_DATES ,
-
Table: XLA_UPGRADE_DATES
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_UPGRADE_DATES, object_name:XLA_UPGRADE_DATES, status:VALID, product: XLA - Subledger Accounting , description: For SLA upgrade: contains start and enddate for a ledger. , implementation_dba_data: XLA.XLA_UPGRADE_DATES ,
-
Table: XLA_RC_UPGRADE_RATES
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_RC_UPGRADE_RATES, object_name:XLA_RC_UPGRADE_RATES, status:VALID, product: XLA - Subledger Accounting , description: This table holds the conversion rates used during Secondary or ALC ledger upgrade , implementation_dba_data: XLA.XLA_RC_UPGRADE_RATES ,
-
Table: XLA_ASSIGNMENT_DEFNS_TL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ASSIGNMENT_DEFNS_TL, object_name:XLA_ASSIGNMENT_DEFNS_TL, status:VALID, product: XLA - Subledger Accounting , description: This table stores the translated columns for accounting class ledger assignments. , implementation_dba_data: XLA.XLA_ASSIGNMENT_DEFNS_TL ,
-
Table: XLA_TRANSACTION_ENTITIES
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TRANSACTION_ENTITIES, object_name:XLA_TRANSACTION_ENTITIES, status:VALID, product: XLA - Subledger Accounting , description: The table XLA_ENTITIES contains information about sub-ledger document or transactions. , implementation_dba_data: XLA.XLA_TRANSACTION_ENTITIES ,
-
Table: XLA_ASSIGNMENT_DEFNS_TL
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ASSIGNMENT_DEFNS_TL, object_name:XLA_ASSIGNMENT_DEFNS_TL, status:VALID, product: XLA - Subledger Accounting , description: This table stores the translated columns for accounting class ledger assignments. , implementation_dba_data: XLA.XLA_ASSIGNMENT_DEFNS_TL ,
-
Table: XLA_ASSIGNMENT_DEFNS_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ASSIGNMENT_DEFNS_B, object_name:XLA_ASSIGNMENT_DEFNS_B, status:VALID, product: XLA - Subledger Accounting , description: This table stores the ledger assignments for the Post-Accountng Programs. , implementation_dba_data: XLA.XLA_ASSIGNMENT_DEFNS_B ,
-
Table: XLA_ASSIGNMENT_DEFNS_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ASSIGNMENT_DEFNS_B, object_name:XLA_ASSIGNMENT_DEFNS_B, status:VALID, product: XLA - Subledger Accounting , description: This table stores the ledger assignments for the Post-Accountng Programs. , implementation_dba_data: XLA.XLA_ASSIGNMENT_DEFNS_B ,
-
Table: XLA_LEDGER_OPTIONS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_LEDGER_OPTIONS, object_name:XLA_LEDGER_OPTIONS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the ledger level default setup information for an application. , implementation_dba_data: XLA.XLA_LEDGER_OPTIONS ,
-
Table: XLA_LEDGER_OPTIONS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_LEDGER_OPTIONS, object_name:XLA_LEDGER_OPTIONS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the ledger level default setup information for an application. , implementation_dba_data: XLA.XLA_LEDGER_OPTIONS ,
-
Table: XLA_TB_WORK_UNITS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_WORK_UNITS, object_name:XLA_TB_WORK_UNITS, status:VALID, product: XLA - Subledger Accounting , description: This table serves as a work unit table to process open account balances data in parallel. Accounting entries are split into multiple units based on ledger setups. , implementation_dba_data: XLA.XLA_TB_WORK_UNITS ,
-
Table: XLA_TB_WORK_UNITS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_TB_WORK_UNITS, object_name:XLA_TB_WORK_UNITS, status:VALID, product: XLA - Subledger Accounting , description: This table serves as a work unit table to process open account balances data in parallel. Accounting entries are split into multiple units based on ledger setups. , implementation_dba_data: XLA.XLA_TB_WORK_UNITS ,
-
Lookup Type: XLA_EVENT_INQ_ADD_POPLIST
12.1.1
product: XLA - Subledger Accounting , meaning: Events Inquiry Add Another Poplist ,
-
Table: XLA_LAUNCH_OPTIONS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_LAUNCH_OPTIONS, object_name:XLA_LAUNCH_OPTIONS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_LAUNCH_OPTIONS table stores the defaults for accounting program launch options for an application and a ledger. For applications that support valuation method accounting, these default options are stored for a primary and secondary , implementation_dba_data: XLA.XLA_LAUNCH_OPTIONS ,
-
Lookup Type: XLA_EVENT_INQ_ADD_POPLIST
12.2.2
product: XLA - Subledger Accounting , meaning: Events Inquiry Add Another Poplist ,
-
Table: XLA_LAUNCH_OPTIONS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_LAUNCH_OPTIONS, object_name:XLA_LAUNCH_OPTIONS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_LAUNCH_OPTIONS table stores the defaults for accounting program launch options for an application and a ledger. For applications that support valuation method accounting, these default options are stored for a primary and secondary , implementation_dba_data: XLA.XLA_LAUNCH_OPTIONS ,
-
Lookup Type: XLA_MJE_ADD_POPLIST
12.2.2
product: XLA - Subledger Accounting , meaning: Subledger Journal Entries Add Another Poplist ,
-
Lookup Type: XLA_MJE_ADD_POPLIST
12.1.1
product: XLA - Subledger Accounting , meaning: Subledger Journal Entries Add Another Poplist ,
-
Lookup Type: XLA_INITIAL_BALANCE_MSG
12.2.2
product: XLA - Subledger Accounting , meaning: Error messages for import of initial balances program , description: This categorizes the messages used to report errors/warnings encountered in defining the control balance initial balances ,
-
Lookup Type: XLA_ACCOUNTING_CLASS
12.2.2
product: XLA - Subledger Accounting , meaning: XLA_ACCOUNTING_CLASS ,
-
Lookup Type: XLA_ACCOUNTING_CLASS
12.1.1
product: XLA - Subledger Accounting , meaning: XLA_ACCOUNTING_CLASS ,