Hello,
I am currently facing an issue when automatically trying to unblock a customer order via a workflow.
I am doing the following call:
which has worked in the past to unblock a blocked customer order, but results in the following error:
ORA-00034: cannot COMMIT in current PL/SQL session ORA-06512: at "IFSAPP.ORDER_COORDINATOR_GROUP_API", line 1762 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 12697 ORA-00034: cannot ROLLBACK in current PL/SQL session ORA-06512: at "IFSAPP.CONNECT_CUSTOMER_ORDER_API", line 2381 ORA-00034: cannot SET SAVEPOINT in current PL/SQL session ORA-06512: at "IFSAPP.CONNECT_CUSTOMER_ORDER_API", line 2368 ORA-06512: at "IFSAPP.CONNECT_CUSTOMER_ORDER_API", line 2368 ORA-06512: at "IFSAPP.CONNECT_CUSTOMER_ORDER_API", line 272 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_FLOW_API", line 266 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 16585 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 13182 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 6152 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 6169 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 6191 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 12650 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 12715 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 12721 ORA-06512: at "IFSAPP.CUSTOMER_ORDER_API", line 8487 ORA-06512: at "IFSAPP.HANDLE_BLOCKED_CUSTOMER_ORDERS_SVC", line 712 ORA-06512: at "IFSAPP.HANDLE_BLOCKED_CUSTOMER_ORDERS_SVC", line 622 ORA-06512: at line 2
Any and all help would be greatly appreciated.
Thanks,
Bryan