Monday, August 23, 2021

How to turn off tax calculation for all products and taxes in case NO tax regime exists

  • Check your transaction types and make sure that the Tax Calculation check box is not checked
  • Since you did not setup any tax, then you need to uncheck tax for each country that you do not want to calculate tax.
  • Navigation: Trading Community Manager>>Administration > Geography Hierarchy
  • Query for your Country and Make sure the tax box is not checked.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...