Database Error Messages

PLS-00404

cursor 'string' must be declared with FOR UPDATE to use with CURRENT OF

Action

Add a FOR UPDATE clause to the definition of the cursor or do not use the CURRENT OF cursor_name clause.