Oracle Error PLS-01912: : instance must of be of type ‘string’

Oracle Error Message

PLS-01912: : instance must of be of type ‘string’

Reason for the Error

The run-time type of the instance is not the declared type. e.g. If the return value of a user defined constructor is wrong.

Solution

Return the correct type.