DBA Data[Home] [Help]

APPS.AP_BAL_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 336: ,xla_distribution_links xdl

332: ,ap_invoice_distributions aidinv
333: ,ap_invoices aiinv
334: ,xla_ae_headers xah --Perf 7511696 events replaced with headers
335: ,xla_ae_lines xal
336: ,xla_distribution_links xdl
337: WHERE ai.invoice_id=p_invoice_id
338: AND ai.invoice_date <= p_inv_date
339: AND aid.invoice_id=ai.invoice_id
340: AND aid.line_type_lookup_code='ITEM'