Oracle Error Message
PLS-00413: identifier in CURRENT OF clause is not a cursor name
Reason for the Error
The identifier in a CURRENT OF clause names an object other than a cursor.
Solution
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.