How to use API's to handle sales order line sell price change /price adjustments in Oracle 11i?
I am trying to write code and call the
OE_Order_Pub.Process_Order api, to handle the selling price update for a sales order line.
I know it should update the oe_price_adjustments table as well. From what i am seeing the 'DIS' line_type_code record should be updated .
Does anyone have sample code of how to use API's to update the selling price for a sales order line?
Thanks Jim Borror