Oe_Order_Pub.Process_order change the line number for service items
I am updating the sales order using Oe_Order_Pub.Process_order API.
My first line is FGI goods (line Number 1.1)
second line is warranty which references the first line of the order (line number 1.2)
After the update via API, the service line becomes 1.1...1 and the first line becomes 1.1...2
Is that a bug in the API. Any one faced this issue. Any solution.
Thanks in advance.