Hello,
Are there multiple ways to reserve shipments, shipment lines, shipment orders, or shipment order lines? I am automating that process and the function that IFS uses to reserve all shipment lines is “StartShipmentMainSingle” in the ShipmentHandling projection with the parameters
{"ShipmentId":"${ShipmentId}","StartEvent":10,"LocationNo":"${NULL}"}}
This seems fine and all but, when I call the same projection action in my workflow I get the error
“cannot ROLLBACK in current PL/SQL session” which comes from the larger error:
How do I approach this issue when this is an error with the procedure that is being called? Any and all advise would be greatly appreciated.
Thanks,
Bryan