ORA-06578
        An output parameter cannot be a duplicate bind variable.
        
        
        Cause
        A bind variable corresponding to an IN/OUT or OUT parameter for a function or a procedure, or for a function return value in a CALL statement was used more than once in the statement.
        Action
        Change the bind variable to be unique.
        
     
    
    
        ORA-06578
        output parameter cannot be a duplicate bind
        
        
        Cause
        The bind variable corresponding to an IN/OUT or OUT parameter for a function or a procedure or a function return value in a CALL statement cannot be a duplicate bind variable.
        Action
        Change the bind variable to be unique
        
     
    
    
        ORA-06578
        output parameter cannot be a duplicate bind
        
        
        Cause
        The bind variable corresponding to an IN/OUT or OUT parameter for a function or a procedure or a function return value in a CALL statement cannot be a duplicate bind variable.
        Action
        Change the bind variable to be unique