← Answer Library

How do I join an AR invoice to Subledger Accounting?

Join AR Invoice to Subledger Accounting (SLA)

Oracle Fusion · Financials · AR

Table RelationshipHigh confidence

Connects an AR transaction (RA_CUSTOMER_TRX_ALL) through the accounting event tables (XLA_EVENTS) to the Subledger Accounting entry (XLA_AE_HEADERS, XLA_AE_LINES).

Grounded in: Curated Oracle knowledge layer — AR, SLA

Relationships

RA_CUSTOMER_TRX_ALL (AR Invoice)
  └── XLA_EVENTS (SOURCE_ID_INT_1 = CUSTOMER_TRX_ID, APPLICATION_ID = 222)
        └── XLA_AE_HEADERS (EVENT_ID)
              └── XLA_AE_LINES (AE_HEADER_ID)

Notes

APPLICATION_ID 222 identifies Oracle Receivables in XLA_EVENTS/XLA_AE_HEADERS. XLA_ is Oracle's shared Subledger Accounting engine, used by AP, AR, Fixed Assets and Cost Management alike — this same pattern applies across subledgers, only the application ID changes.

Related Questions

Have a follow-up, or a different question?

Continue in Ask Oracle AI