Search Results xla_subledgers
The XLA_SUBLEDGERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Subledger Accounting (SLA) architecture, which forms the foundation for Oracle's General Ledger (GL) integration. This table serves as a reference repository for all subledger applications registered within the SLA framework, enabling seamless accounting and financial reporting across modules such as Payables, Receivables, Assets, and Projects. Below is a detailed technical breakdown of its structure, purpose, and significance.
Purpose and Role in SLA Architecture
TheXLA_SUBLEDGERS
table stores metadata about subledger applications that participate in Oracle's Subledger Accounting. It acts as a central registry, ensuring that accounting events generated by transactional systems (e.g., AP invoices, AR transactions) are properly mapped to the General Ledger. Each entry defines a subledger's attributes, including its application ID, name, and integration flags, which control how accounting entries are processed and validated.
Key Columns and Their Functions
- APPLICATION_ID: A numeric identifier (e.g., 200 for Payables, 222 for Receivables) linking to
FND_APPLICATION
. - NAME: The human-readable name of the subledger (e.g., "Payables," "Receivables").
- LEDGER_ID: References the primary ledger (
GL_LEDGERS
) to which the subledger posts. - ENABLED_FLAG: Indicates whether the subledger is active (Y/N) for accounting.
- ACCOUNTING_BASIS_CODE: Defines the accounting basis (e.g., "A" for Accrual, "C" for Cash).
- SECURITY_FLAG: Controls data access security (e.g., "N" for no security, "Y" for secured by MOAC).
Integration with Other SLA Tables
TheXLA_SUBLEDGERS
table is linked to other SLA tables like XLA_EVENTS
(accounting events), XLA_AE_HEADERS
(accounting entry headers), and XLA_AE_LINES
(accounting entry lines). For example:
- Events in
XLA_EVENTS
referenceAPPLICATION_ID
to associate transactions with their subledger. - Accounting entries in
XLA_AE_HEADERS
inherit the subledger's attributes for GL posting.
Functional Significance
- Unified Accounting Framework: Enables consistent accounting rules across subledgers via SLA setups.
- Multi-Org Support: Integrates with Multi-Org Access Control (MOAC) to enforce data security.
- Audit and Compliance: Provides traceability from subledger transactions to GL journals.
Example Use Case
When an AP invoice is created, Payables (APPLICATION_ID=200) generates an event inXLA_EVENTS
, which references XLA_SUBLEDGERS
to determine the accounting rules. SLA then creates journal entries in XLA_AE_HEADERS/LINES
, which are transferred to GL via GL_INTERFACE
.
Version-Specific Considerations
In EBS 12.2.2, enhancements like Accounting Hub and improved SLA performance may affect how subledgers are registered, but the coreXLA_SUBLEDGERS
structure remains consistent with 12.1.1.
Conclusion
TheXLA_SUBLEDGERS
table is a linchpin in Oracle EBS's financial architecture, ensuring accurate and auditable subledger-to-GL integration. Its design supports flexibility, compliance, and scalability, making it indispensable for organizations leveraging SLA for complex accounting requirements.
-
Table: XLA_SUBLEDGERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_SUBLEDGERS, object_name:XLA_SUBLEDGERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_SUBLEDGERS stores information that depend on the application. It includes a row for each application, standard or not, supported by XLA. , implementation_dba_data: XLA.XLA_SUBLEDGERS ,
-
Table: XLA_SUBLEDGERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_SUBLEDGERS, object_name:XLA_SUBLEDGERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_SUBLEDGERS stores information that depend on the application. It includes a row for each application, standard or not, supported by XLA. , implementation_dba_data: XLA.XLA_SUBLEDGERS ,
-
View: XLA_SOURCES_AVAILABLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SOURCES_AVAILABLE_V, object_name:XLA_SOURCES_AVAILABLE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SOURCES_AVAILABLE_V ,
-
View: XLA_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_APPLICATIONS_V, object_name:XLA_APPLICATIONS_V, status:VALID, product: XLA - Subledger Accounting , description: This view returns untranslated information related to application set with XLA. , implementation_dba_data: APPS.XLA_APPLICATIONS_V ,
-
View: XLA_JE_SOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_SOURCES_VL, object_name:XLA_JE_SOURCES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_JE_SOURCES_VL ,
-
View: XLA_JE_SOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_SOURCES_VL, object_name:XLA_JE_SOURCES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_JE_SOURCES_VL ,
-
View: XLA_SOURCES_AVAILABLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SOURCES_AVAILABLE_V, object_name:XLA_SOURCES_AVAILABLE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SOURCES_AVAILABLE_V ,
-
View: XLA_APPLICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_APPLICATIONS_V, object_name:XLA_APPLICATIONS_V, status:VALID, product: XLA - Subledger Accounting , description: This view returns untranslated information related to application set with XLA. , implementation_dba_data: APPS.XLA_APPLICATIONS_V ,
-
View: XLA_APPLICATIONS_XVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_APPLICATIONS_XVL, object_name:XLA_APPLICATIONS_XVL, status:VALID, product: XLA - Subledger Accounting , description: This view returns translated information related to application set with XLA. , implementation_dba_data: APPS.XLA_APPLICATIONS_XVL ,
-
View: XLA_SUBLEDGERS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SUBLEDGERS_FVL, object_name:XLA_SUBLEDGERS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SUBLEDGERS_FVL ,
-
View: XLA_APPLICATIONS_XVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_APPLICATIONS_XVL, object_name:XLA_APPLICATIONS_XVL, status:VALID, product: XLA - Subledger Accounting , description: This view returns translated information related to application set with XLA. , implementation_dba_data: APPS.XLA_APPLICATIONS_XVL ,
-
View: XLA_ACCT_PROG_SEQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_PROG_SEQ_V, object_name:XLA_ACCT_PROG_SEQ_V, status:VALID, product: XLA - Subledger Accounting , description: This view is used in assigning the completion based sequence numbers to the journal entries generated during a run of accounting program. , implementation_dba_data: APPS.XLA_ACCT_PROG_SEQ_V ,
-
View: XLA_ACCT_PROG_SEQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ACCT_PROG_SEQ_V, object_name:XLA_ACCT_PROG_SEQ_V, status:VALID, product: XLA - Subledger Accounting , description: This view is used in assigning the completion based sequence numbers to the journal entries generated during a run of accounting program. , implementation_dba_data: APPS.XLA_ACCT_PROG_SEQ_V ,
-
View: XLA_SUBLEDGERS_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SUBLEDGERS_FVL, object_name:XLA_SUBLEDGERS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SUBLEDGERS_FVL ,
-
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 ,
-
View: XLA_SOURCES_AVAILABLE_XVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SOURCES_AVAILABLE_XVL, object_name:XLA_SOURCES_AVAILABLE_XVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SOURCES_AVAILABLE_XVL ,
-
View: XLA_SOURCES_AVAILABLE_XVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SOURCES_AVAILABLE_XVL, object_name:XLA_SOURCES_AVAILABLE_XVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SOURCES_AVAILABLE_XVL ,