Oracle Error Message
PLS-00641: INTO clause not allowed for this SELECT statement
Reason for the Error
A SELECT statement in a cursor definition, an OPEN statement or a cursor FOR loop has an erroneous INTO clause.
Solution
Remove the INTO clause.