DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on AP_INVOICE_PAYMENTS_ALL

Line 6471: from ap_invoice_payments_all p

6467: < abs( nvl(sum(si2.discount_amount),0) + nvl(sum(si2.payment_amount),0)
6468: + nvl(get_prepay_with_tax(si2.invoice_id),0)
6469: /* Bug 9570635 */
6470: + nvl((select sum(nvl(p.amount,0)) + sum(nvl(p.discount_taken,0))
6471: from ap_invoice_payments_all p
6472: where p.invoice_id = si2.invoice_id),0)));
6473:
6474: /*
6475: undo awt for invoices to be removed, this is essentially the same code as in ap_withholding_pkg