Oracle Error PLS-00109: unknown exception name ‘string’ in PRAGMA EXCEPTION_INIT

Oracle Error Message

PLS-00109: unknown exception name ‘string’ in PRAGMA EXCEPTION_INIT

Reason for the Error

No declaration for the exception name referenced in an EXCEPTION_INIT pragma was found within the scope of the pragma.

Solution

Make sure the pragma follows the exception declaration and is within the same scope.