DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 536: from ap_invoice_distributions_all aid

532: SELECT
533: sum(round(nvl(xdl.unrounded_accounted_cr,0),pn_precision)) -
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