zx_lines_summary
Hello,
The below simple query is taking time to return.
Is there any other efficient way of getting the tax information from invoices
select aia.invoice_num, zls.trx_id, aia.invoice_id from apps.zx_lines_summary zls, ap_invoices_all aia where zls.trx_id = aia.invoice_id
regards,
Anita
Tagged:
0