PLS-00587
        a static method cannot be invoked on an instance value
        
        
        
        Action
        Use the typename, not an object instance value, to qualify the name of a method if the method is static.
 
        
        
     
    
    
        PLS-00587
        a static method cannot be invoked on an instance value
        
        
        
        Action
        Use the typename, not an object instance value, to qualify the name of a method if the method is static.
 
        
        
     
    
    
        PLS-00587
        a static method cannot be invoked on an instance value
        
        
        
        Action
        Use the typename, not an object instance value, to qualify the name of a method if the method is static.