ORA-22152:destination variable-length array is not initialized Cause: The variable-length array on the right-hand-side of anassignment or the
destination array of an append is not initialized. Action: Initializethe destination variable-length array prior to calling this
function.