DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 2313: ar_payment_schedules_all ps

2309: iby_ext_bank_accounts ext,
2310: ar_cash_receipt_history_all crh,
2311: ar_cash_receipts_all cr,
2312: ar_receivable_applications_all ra,
2313: ar_payment_schedules_all ps
2314: WHERE sob.set_of_books_id = sp.set_of_books_id
2315: AND nvl(rec.status_flag, 'U') = 'U'
2316: AND nvl(rec.current_record_flag,'Y') = 'Y'
2317: AND nvl(rec.reference_type, 'RECEIPT') IN ('RECEIPT', 'DM REVERSAL')

Line 2589: ar_payment_schedules_all ps

2585: ar_receivable_applications_all ra,
2586: --ra_customers rc,
2587: HZ_CUST_ACCOUNTS CU,
2588: hz_parties hp,
2589: ar_payment_schedules_all ps
2590: WHERE sob.set_of_books_id = sp.set_of_books_id
2591: AND nvl(rec.status_flag, 'U') = 'U'
2592: AND nvl(rec.current_record_flag,'Y') = 'Y'
2593: AND nvl(rec.reference_type, 'RECEIPT') IN ('RECEIPT', 'DM REVERSAL')