Implicit Cursors
The Oracle implicitly opens a cursor to process each SQL statement not related with an explicitly declared cursor. The PL/SQL lets you refer to the most recent implicit cursor as the SQL cursor.
The OPEN, FETCH, & CLOSE statements cannot be used to control the SQL cursor.