Both explicit and implicit cursors have four attributes. They are
1.%FOUND-Returns TRUE if record was fetched successfully, FALSE otherwise.
2.%NOTFOUND-Returns TRUE if record was not fetched successfully, FALSE otherwise.
3.%ROWCOUNT-Returns number of records fetched from cursor at that point in time.
4.%ISOPEN-Returns TRUE if cursor is open, FALSE otherwise.