Message Oracle PLS-00124 - name of exception expected for first arg in exception_init pragma

ERRORname of exception expected for first arg in exception_init pragma
CAUSEThe first argument passed to the EXCEPTION_INIT pragma was something other than an exception name. The first argument must be the name of a legally declared exception.
ACTIONReplace the first argument with the name of a legally declared exception.