Database Error Messages

PLS-00413

identifier in CURRENT OF clause is not a cursor name

Action

Check the spelling of the identifier. Make sure that it names the cursor in the DELETE or UPDATE statement and that it names the cursor itself, not a FOR-loop variable.