Getting Error when calling process_order API in OM status change event
Hello Experts,
We're using custom logic to populate Schedule ship Date (SSD) in OM and hence using the oracle.apps.ont.oip.statuschange.update business even to update the SSD using the process order API.
But whenever event is invoke, we're getting following error using process order api
"MESSAGE DATA =ORA-01086: savepoint 'PROCESS_ORDER' never established in this session or is invalid
ORA-06510: PL/SQL: unhandled user-defined exception in Package OE_Order_PUB Procedure Gen_Gapless_Sequence"
MESSAGE DATA =ORA-00060: deadlock detected while waiting for resource in Package oe_line_util Procedure Update_Row
Can anyone provide inputs on what could be the possible reason?