'ORA-04061 existing state of has been of type body has been invalidated

In oracle APEX after recompile of my type i get error: ORA-04061 existing state of has been of type body has been invalidated. Even if i call dbms_session.reset_package() before constucting my type(object), i still get this. This is runtime error, in database everything works fine, and types are compiled with no problem.

Anyone know's what cause type body to become invalid?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source