Oracle Database Error Code ORA-30625 Description :
method dispatch on NULL SELF argument is disallowed
Error Cause:
A member method of a type is being invoked with a NULL SELF argument.

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