When you say cursor, u mean explicit cursor or cursor variable.
cursor(explicit cursor)- it is used to point select query in sql work area
and
ref cursor it is an explicit cursor which has been defined in standard package.
For more details: search devinline pl/SQl and read in more details. (Not able to post url.)