I have a trigger custom that is used and activated in module inventory for transaction return to vendor
Now, when the trigger is executed appear a message error
ORA-06508 PL/SQL: could not find program unit begin called
the code of trigger contain called to packages
I query to the table dba_objects the packages that are called inside the trigger and the status is VALID
the trigger also is compiled valid
Question:
Is possible that re-compiled the objects trigger and packages this error
ORA-06508 PL/SQL: could not find program unit begin called
can be solved??