Oracle Error PLS-00409: duplicate variable ‘string’ in INTO list is not permitted

Oracle Error Message

PLS-00409: duplicate variable ‘string’ in INTO list is not permitted

Reason for the Error

The same variable appears twice in the INTO list of a SELECT or FETCH statement.

Solution

Remove one of the variables from the INTO list.