Order Management - EBS (MOSC)

MOSC Banner

API to calculate tax manually???

edited Oct 27, 2017 6:34AM in Order Management - EBS (MOSC) 4 commentsAnswered
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center