Oracle Error Message
PLS-00661: RETURN statement in a CONSTRUCTOR cannot include an expression
Reason for the Error
An attempt was made to include an expression in the RETURN statement of a CONSTRUCTOR body.
Solution
Remove the expression from the RETURN statement.