Mismatch in ZX_LINES and Manage Tax Details in Invoice Page
Summary:
Hi All,
We are trying to create a report to fetch invoices with tax point basis as "ACCOUNTING". When we try to open the invoice result in front end it shows the tax point basis as "INVOICE" . Please let us know why this discrepancy is happening.
Thanks
Content (required):
Version (include the version you are using, if applicable):
21C
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT
aia.invoice_num,
zl.tax_point_basis,
aial.line_number,
aia.invoice_id
FROM
ap_invoices_all aia,
ap_invoice_lines_all aial,
zx_lines zl
WHERE
Tagged:
0