ERROR | expression string in the INTO list is of wrong type |
CAUSE | This exception is raised for the following errors: - the expression in INTO clause of OPEN or RETURNING statement is neither of legal SQL datatypes nor of PL/SQL RECORD datatype - a collection of records is used in INTO clause of OPEN or RETURNING statement. - a record or a collection of records is used in BULK COLLECT INTO |
ACTION | Use expression with correct datatype in the INTO clause |