Oracle Message PLS-00649 - method string can be overridden only once per object type

ERRORmethod string can be overridden only once per object type
CAUSEUser tried to override the method more than once in the same subtype.
ACTIONEither make this an extra overload by removing the OVERRIDING keyword where the method signature is different. The argument types should be reconsidered otherwise.