ORA-39965
        Collection of records with PL/SQL type attributes are not allowed in this context.
        
        
        Cause
        A collection of records with attributes of PL/SQL types was used as an argument to the TABLE operator, which is not allowed.
        Action
        Use a collection of records whose attributes are of a type that your operation supports.
        
     
    
    
        ORA-39965
        Collection of records with PL/SQL type attributes are not allowed in this context.
        
        
        Cause
        The collection of records with attributes of PL/SQL types were not allowed as an argument to the TABLE operator.
        Action
        Use the collection of records whose attributes are of the types that SQL can understand.
        
     
    
    
        ORA-39965
        Collection of records with PL/SQL type attributes are not allowed in this context.
        
        
        Cause
        The collection of records with attributes of PL/SQL types were not allowed as an argument to the TABLE operator.
        Action
        Use the collection of records whose attributes are of the types that SQL can understand.