MDS Test AP Invoices Due
Description
Select aps.vendor_name, aia.invoice_num, aia.invoice_amount, apsa.due_date, aia.* from ap_suppliers aps, ap_invoices_all aia, ap_payment_schedules_all apsa Where 1 = 1 and aps.vendor_id = aia.vendor_id and aia.invoice_id = apsa.invoice_id and aia.payment_status_flag = 'N' |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Supplier |
| LOV | |
| Invoice Greater Than |
| Number | |
| Due Date Before |
| Date |