Need oracle API for creation of move orders and it should be tied to a oracle batch
Hi All,
I need a oracle public API details which should create a move order and also this move order should be tied to batch.
I had tried to create move order using the following API INV_MOVE_ORDER_PUB.Create_Move_Order_Header & INV_MOVE_ORDER_PUB.Create_Move_Order_Lines and also i had passed the batch id and material detail id to Create_Move_Order_Lines api .
Move order is getting created and the and i could see the new move order in the move order screen however when trying to look at the move over form batch screen the against the batch this move order is not seen .