Search Results xla_distribution_links
Overview
The XLA_DISTRIBUTION_LINKS table is a core technical object within the Subledger Accounting (XLA) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the fundamental audit and reconciliation link between the transactional data generated by subledger applications—such as Payables, Receivables, and Assets—and the resulting journal entry lines created in Subledger Accounting. This table is critical for ensuring the integrity and traceability of the accounting process, providing a clear, auditable path from a source transaction line to its corresponding accounting entry. Its existence is a key architectural component that enables the detailed drill-down capabilities and accounting transparency central to Oracle's Subledger Accounting framework.
Key Information Stored
The table's structure is designed to uniquely identify the relationship between a specific transaction event and a specific journal line. Its primary key, XLA_DISTRIBUTION_LINKS_PK, is composed of four columns that together define this link. The APPLICATION_ID identifies the source subledger product (e.g., 200 for Payables, 222 for Assets). The EVENT_ID points to the specific accounting event within that application. The AE_HEADER_ID and AE_LINE_NUM together identify the exact journal entry line generated for that event, linking to the XLA_AE_LINES table. While the provided metadata lists these as the core columns, the table typically contains additional foreign key columns, such as SOURCE_DISTRIBUTION_ID and SOURCE_DISTRIBUTION_TYPE, which reference the original transaction distribution table (e.g., AP_INVOICE_DISTRIBUTIONS_ALL).
Common Use Cases and Queries
The primary use case is tracing accounting entries back to their source transactions for audit, reconciliation, and troubleshooting. A common query pattern involves joining this table to both transaction and accounting tables. For example, to find the journal lines created for a specific invoice distribution, one might query:
- SELECT xdl.*, xal.* FROM xla_distribution_links xdl
- JOIN xla_ae_lines xal ON xdl.ae_header_id = xal.ae_header_id AND xdl.ae_line_num = xal.ae_line_num
- WHERE xdl.source_distribution_id = :dist_id AND xdl.application_id = 200;
Conversely, to identify the source transaction for a given journal line, the join would be reversed to link to tables like AP_INVOICE_DISTRIBUTIONS_ALL. This table is also essential for custom reports that need to present combined transactional and accounting data, and for diagnosing issues where journal entries appear incorrect or missing.
Related Objects
XLA_DISTRIBUTION_LINKS is centrally connected to the key tables of the Subledger Accounting schema. It has a direct foreign key relationship to XLA_AE_LINES (via AE_HEADER_ID and AE_LINE_NUM) and to XLA_TRANSACTION_ENTITIES and XLA_EVENTS (via EVENT_ID and APPLICATION_ID). On the transaction side, it links to various source distribution tables, which are application-specific (e.g., AP_INVOICE_DISTRIBUTIONS_ALL, RA_CUST_TRX_LINE_GL_DIST_ALL). Important views like XLA_DISTRIBUTION_LINKS_VL (the validated ledger view) are built upon this base table to provide a secure, multi-organization data access layer for reporting and inquiry forms.
-
Table: XLA_DISTRIBUTION_LINKS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DISTRIBUTION_LINKS, object_name:XLA_DISTRIBUTION_LINKS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_DISTRIBUTION_LINKS table stores the link between transactions and subledger journal entry lines. , implementation_dba_data: XLA.XLA_DISTRIBUTION_LINKS ,
-
Table: XLA_DISTRIBUTION_LINKS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DISTRIBUTION_LINKS, object_name:XLA_DISTRIBUTION_LINKS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_DISTRIBUTION_LINKS table stores the link between transactions and subledger journal entry lines. , implementation_dba_data: XLA.XLA_DISTRIBUTION_LINKS ,
-
APPS.IGI_IGIIAOPE_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.ARP_ACCT_EVENT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.IGI_IGIIABLD_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.FA_BALREP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.AP_BAL_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.PA_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.FV_FACTS_TBAL_TRX dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.FARX_BL dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.BOM_CSTRACCR_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.ARP_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.AP_ACCTG_PAY_DIST_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.FV_GTAS_GL_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.XLA_REVERSE_EVENTS_PVT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.AP_BAL_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.ZX_AP_POPULATE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FV_FACTS_TBAL_TRX dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.ZX_JG_EXTRACT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FV_SF224_TRANSACTIONS dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.IGI_IGIIABLS_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.XLA_DATAFIXES_PUB dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.ARP_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.JL_CO_FA_ACCOUNTING_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PSA_AP_BC_PVT dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.CST_ACCRUAL_LOAD dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.XLA_HIST_LEDGER_UPG_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.OKL_REPORT_GENERATOR_PVT dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.JE_IL_TAX_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.JG_ZZ_COMMON_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.AP_TURNOVER_RPT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.IGI_IGIIACST_XMLP_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.XLA_AE_HEADER_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.XLA_ACCOUNTING_ENGINE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.JA_CN_AR_RBD_EXPORT_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_DISTRIBUTION_LINKS
12.2.2