X231: Cursor must be declared as FOR UPDATE OF.
The application program attempted to execute an UPDATE WHERE CURRENT OF statement on a cursor not defined as FOR UPDATE OF. Declare the cursor FOR UPDATE OF.
Parent topic:
X200 - X249