DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AP_INVOICES_ALL

Line 2208: ap_invoices_all inv,

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'
2212: AND NVL(rec.current_record_flag,'Y') = 'Y'

Line 2490: ap_invoices_all inv,

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'
2494: AND NVL(rec.current_record_flag,'Y') = 'Y'