DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on AP_PAYMENT_SCHEDULES_ALL

Line 925: from ap_payment_schedules_all

921: l_due_date DATE;
922: begin
923: select min(due_date)
924: into l_due_date
925: from ap_payment_schedules_all
926: where invoice_id = p_invoice_id
927: and p_type <> 'Payment';
928:
929: return l_due_Date;