DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 539: ,xla_distribution_links xdl

535: into l_amt
536: from ap_invoice_distributions_all aid
537: ,xla_ae_headers xah
538: ,xla_ae_lines xal
539: ,xla_distribution_links xdl
540: where aid.invoice_id = pn_invoice_id--13245
541: and xah.ledger_id = pn_ledger_id--2050
542: and aid.posted_flag ='Y'
543: and aid.accounting_event_id = xah.event_id