Oracle Error Message
ORA-30625: method dispatch on NULL SELF argument is disallowed
Reason for the Error
A member method of a type is being invoked with a NULL SELF argument.
Solution
Change the method invocation to pass in a valid self argument.