DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on XLA_AE_LINES

Line 538: ,xla_ae_lines xal

534: sum(round(nvl(xdl.unrounded_accounted_dr,0),pn_precision))
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'