ORA-04092: cannot ROLLBACK in - can I call an EBS API in trigger
I would like to call an E Business Suite API in an after insert row trigger. I get the "ORA-04092: cannot ROLLBACK in" error. I assume this means the API is doing a commit or rollback, which is not allowed in a trigger. Before I declare that I cannot do this, I would like confirmation from an expert that what I am attempting will not work. Is there a work around?
Thank you, Kevin