ORA-04061: existing state of has been invalidated
Hi Experts,
Whenever I modified the pl/sql code of a workflow function, I get the error when executing the workflow:
ORA-04061: existing state of package body "APPS.<some package>" has been invalidated ORA-04065: not executed, altered or dropped package body...
I've recompiled the package/body, cleared the share pool, etc., but the error persists. There is no invalid object in dba_objects either.
What can I do to get around the issue?
Thank you for your time.