Oracle Solution for Error ora-30625

Solution for Oracle Error ORA-30625

ORA-30625: method dispatch on NULL SELF argument is disallowed

What triggered the Error:

A member method of a type is being invoked with a NULL SELF argument.

What should we do to fix it:

Change the method invocation to pass in a valid self argument.