Two types of deletions and updates can affect the row at the cursor position:
Positioned deletions and updates, using delete...where current of or update...where current of to change the row at the cursor position
Searched deletions and updates, that is, any delete or update query that changes a value in the row at the cursor position, but without including a where current of clause