DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AP_INVOICE_PAYMENTS_ALL

Line 2207: ap_invoice_payments_all pay,

2203: iby_ext_bank_accounts ext, -- Bug 9062935
2204: --ce_bank_accounts ba2, -- Bug 9361270 Commented Line
2205: ap_payment_history_all aph,
2206: ap_checks_all c,
2207: ap_invoice_payments_all pay,
2208: ap_invoices_all inv,
2209: po_vendors ven
2210: WHERE sob.set_of_books_id = sp.set_of_books_id
2211: AND NVL(rec.status_flag, 'U') = 'U'

Line 2489: ap_invoice_payments_all pay,

2485: ce_bank_accounts ba,
2486: ce_bank_acct_uses_ou_v aba,
2487: ap_payment_history_all aph,
2488: ap_checks_all c,
2489: ap_invoice_payments_all pay,
2490: ap_invoices_all inv,
2491: po_vendors ven
2492: WHERE sob.set_of_books_id = sp.set_of_books_id
2493: AND NVL(rec.status_flag, 'U') = 'U'