DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on AP_PAYMENT_SCHEDULES_ALL

Line 1034: from ap_payment_schedules_all

1030: +-----------------------------------------------------------------*/
1031: --bug 10012646
1032: select nvl(count(1),0)
1033: INTO l_count
1034: from ap_payment_schedules_all
1035: where invoice_id =p_line_rec.invoice_id
1036: and checkrun_id is not null
1037: and payment_status_flag <>'Y';
1038: