ORA-20002:3103 Exception when calling create_item_instance
The full exception is as follows:
ORA-20002:3103:Attribute'.MAIL_QUERY' does not exist for item 'OKSWARWF/OKS-3164624'.
I have tried debugging through this using SQL Developer and have traced it down to a call to WF_ENGINE.startprocess();
The call being made here is:
WF_ENGINE.startprocess('OKSWARWF','OKS-3164629');
When debugging, the process throws the exception at this call. When I try to step into WF_ENGINE.startprocess() SQL Developer instead creates an anonymous block that is calling WF_ENGINE.cp();