How Is It Possible To Fetch A Current Row From A Cursor Without Using Rowid?
The WHERE CURRENT OF clause is used to reference the current row of an active explicit cursor. When this clause is used, ROWID is not needed to access the current row for modifications.