Oracle Solution for Error ora-22150

Solution for Oracle Error ORA-22150

ORA-22150: variable-length array has not been initialized

What triggered the Error:

un-initialized variable-length array is being operated upon.

What should we do to fix it:

itialize the variable-length array prior to calling this function.