A tax authority requires that you calculate tax only on the selling price of an item that you are selling, and not on
the shipping charge.
How will you achieve this?
A.
by moving the “Compute Tax” step before the “Create Net Price Charge Component” step in the Pricing
algorithm
B.
by moving the “Compute Tax” step before the “Create Shipping Charges” step in the Pricing algorithm
C.
by creating a sub- algorithm and an expression builder
D.
by using nested action and Groovy scripts
Ans = B — See page 125 https://docs.oracle.com/en/cloud/saas/supply-chain-management/r13-update17d/faupr/scm-cloud-administering-pricing.pdf
B
https://docs.oracle.com/cloud/farel11/scmcs_gs/FAUPR/FAUPR2073958.htm#FAUPR2073958
For example, assume a tax authority requires that you calculate tax only on the item that you are selling, and not on the shipping charge. You can move Step 10, Compute Tax, to immediately above Step 4, Create Shipping Charges
???