Oracle Error PLS-00658: constructor method name must match type name

Oracle Error Message

PLS-00658: constructor method name must match type name

Reason for the Error

The name of the object type constructor does not match the type name.

Solution

Change the name of the constructor method to match the type name.