Oracle Message PCC-02342 - using WHERE CURRENT OF on cursor defined without FOR UPDATE clause

ERRORusing WHERE CURRENT OF on cursor defined without FOR UPDATE clause
CAUSEWhen MODE=Oracle, a cursor defined with a WHERE CURRENT OF clause must also have a FOR UPDATE clause.
ACTIONRewrite the cursor definition.