DBA Data[Home] [Help]

APPS.FII_SIZING_UTIL dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 518: ap_invoice_distributions_all aid,

514:
515: CURSOR c_cnt_rows IS
516: Select count(*)
517: from
518: ap_invoice_distributions_all aid,
519: ap_invoices_all ai
520: WHERE aid.last_update_date between p_from_date and p_to_date
521: AND NVL(aid.reversal_flag,'N') <> 'Y'
522: AND aid.invoice_id = ai.invoice_id