How to get the combination TAX_REGIME_CODE, TAX , TAX_STATUS_CODE ,TAX_RATE_CODE ,TAX_JURISDICTION_
We are in process of Oracle apps upgrade from 11i to R12.1.3. We are using E-Business Tax for tax calculation.
We've a custom program that inserts lines into ra_interface_lines table.
For manual tax lines, in 11i, passing TAX_CODE was enough to create a tax line using Auto Invoice program.
In several metalink notes, it was specified that, tax_rate_code is required field in R12.1.3 . Though I pass the tax_rate_code for LINE='TAX', Auto Invoice import is throwing an error like
'Populate either tax_rate_code or tax_rate_id to create a valid tax line' in R12.
0