ORA-39970
        Bind calls are not allowed after cursor execution
        
        
        Cause
        A bind call was used after the cursor was executed. Binds can only be done after the cursor was parsed but before execution.
        Action
        Move the bind call before cursor execution.
        
     
    
    
        ORA-39970
        Bind calls are not allowed after cursor execution
        
        
        Cause
        A bind call was used after the cursor was executed. Binds can only be done after the cursor was parsed but before execution.
        Action
        Move the bind call before cursor execution.
        
     
    
    
        ORA-39970
        Bind calls are not allowed after cursor execution
        
        
        Cause
        A bind call was used after the cursor was executed. Binds can only be done after the cursor was parsed but before execution.
        Action
        Move the bind call before cursor execution.