ORA-62575
        The parameter of type TABLE or COLUMN must not be NULL for a polymorphic table function.
        
        
        Cause
        An attempt was made to use NULL as argument for the parameter of type TABLE or COLUMN on a polymorphic table function.
        Action
        Use an argument different than NULL for the parameter of type TABLE or COLUMN.
        
     
    
    
        ORA-62575
        more than one parameter of TABLE type is not allowed
        
        
        Cause
        An attempt was made to use more than one argument with TABLE or DBMS_TF.TABLE_T as the type specification.
        Action
        Do not specify more than one TABLE as the type specification
        
     
    
    
        ORA-62575
        more than one parameter of TABLE type is not allowed
        
        
        Cause
        An attempt was made to use more than one argument with TABLE or DBMS_TF.TABLE_T as the type specification.
        Action
        Do not specify more than one TABLE as the type specification