API to calculate tax manually???
Hi,
We are upgrading our Oracle E-Business Suite from 11.5.10.2 to R12.1.3.
We have a third party application ROS through which we create orders.
My requirement is when the user selects an item and add to cart and checkout, I need to display item price and Tax applicable.
For calculating the tax value in 11.5.10.2 we are using the API Call which returns TAX amount.:
ARP_TAX_CRM_INTEGRATION_PKG.summary(p_set_of_books_id => ln_set_of_books_id,
x_crm_tax_out_tbl => lt_crm_tax_out_tbl,
p_new_tax_amount => ln_new_tax_amount);
But in R12 tax calculation got changed I am not able to identify equivalent API which calculates tax.
We are upgrading our Oracle E-Business Suite from 11.5.10.2 to R12.1.3.
We have a third party application ROS through which we create orders.
My requirement is when the user selects an item and add to cart and checkout, I need to display item price and Tax applicable.
For calculating the tax value in 11.5.10.2 we are using the API Call which returns TAX amount.:
ARP_TAX_CRM_INTEGRATION_PKG.summary(p_set_of_books_id => ln_set_of_books_id,
x_crm_tax_out_tbl => lt_crm_tax_out_tbl,
p_new_tax_amount => ln_new_tax_amount);
But in R12 tax calculation got changed I am not able to identify equivalent API which calculates tax.
0