Order Import only importing ship_to_org_id of the first line.
Hi-
EBS version: 12.2.12 (OnPrem)
We're using XML Gateway to import PO and create Sales Order. In this scenario, we have an item that ships to multiple location. The oe_lines_iface_all table would show:
Item: Item1
Ship To Org ID: Org1
Ship To Org ID: Org2
But we run the Order Import, the oe_order_lines_all table would show:
Item: Item1
Ship To Org ID: Org1
Ship To Org ID: Org1
For some reason, it's not picking up the value of 2nd Ship To Org ID eventhough we have it populated properly in the interface table.
Any help would greatly appreciated.