Quote pricing issue in 11i
We have applied manual discount option from shopping cart using aso_quote_pub.update_quote at line level and the discount is getting applied successfully.
But when we delete any item from the shopping cart,the applied discount getting removed.
we are using the ASO_QUOTE_PUB.Delete_Quote_Line for removing the item from shopping cart.
We need discount applied remains in the shopping cart for other items after deleting the items.
Any one have solution for this issue.