DBA Data[Home] [Help]

APPS.AP_PAYMENT_PUBLIC_PKG dependencies on AP_PAYMENT_SCHEDULES

Line 523: ap_payment_schedules APS

519: l_attribute14,
520: l_attribute15,
521: l_attribute_category
522: FROM ap_invoices AIRP,
523: ap_payment_schedules APS
524: WHERE AIRP.invoice_id = P_Invoice_Payment_Info_Tab(i).invoice_id
525: AND APS.payment_num = P_Invoice_Payment_Info_Tab(i).payment_schedule_num
526: AND APS.checkrun_id = P_checkrun_id
527: AND APS.invoice_id = AIRP.invoice_id;