DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 2306: ar_payment_schedules_all ps

2302: ce_bank_accounts ba2,
2303: ar_cash_receipt_history_all crh,
2304: ar_cash_receipts_all cr,
2305: ar_receivable_applications_all ra,
2306: ar_payment_schedules_all ps
2307: WHERE sob.set_of_books_id = sp.set_of_books_id
2308: AND nvl(rec.status_flag, 'U') = 'U'
2309: AND nvl(rec.current_record_flag,'Y') = 'Y'
2310: AND nvl(rec.reference_type, 'RECEIPT') IN ('RECEIPT', 'DM REVERSAL')

Line 2595: ar_payment_schedules_all ps

2591: ar_receivable_applications_all ra,
2592: --ra_customers rc,
2593: HZ_CUST_ACCOUNTS CU,
2594: hz_parties hp,
2595: ar_payment_schedules_all ps
2596: WHERE sob.set_of_books_id = sp.set_of_books_id
2597: AND nvl(rec.status_flag, 'U') = 'U'
2598: AND nvl(rec.current_record_flag,'Y') = 'Y'
2599: AND nvl(rec.reference_type, 'RECEIPT') IN ('RECEIPT', 'DM REVERSAL')