AR - XLA- GL
I am trying to join ar_cash_Receipts to xl tables
For that I followed the below approach :
ar_cash_receipts . cash_receipt_id = ar_receivable_applications.cash_Receipt_id
ar_receivable_applications.receivable_application_id = ar_distributions.source_id
ar_distributions.line_id = xla_distribution_links .source_distribution_id_num_1
The following joins are working fine for some reciepts but not for all. For few receipts the ar_distributions.line_id does not have corresponding xla_distribution_links .source_distribution_id_num_1
In that instance , I have tried joining ar_receivable_applications.event_id = xla_distribution_links .event_id