ORA-01984
        invalid audit option specified for procedure, package, or function
        
        
        Cause
        An invalid AUDIT or NOAUDIT option was specified for the procedure, package, or function while using the DEFAULT clause.
        Action
        Only EXECUTE is allowed as valid audit option for procedures, packages, and functions.
        
     
    
    
        ORA-01984
        invalid auditing option for procedures/packages/functions
        
        
        Cause
        AUDIT or NOAUDIT on a DEFAULT specifies an auditing option that is not legal for procedures, packages, or functions.
        Action
        The following options may not be used for procedures, packages, and functions and should be removed:  all but EXECUTE
        
     
    
    
        ORA-01984
        invalid auditing option for procedures/packages/functions
        
        
        Cause
        AUDIT or NOAUDIT on a DEFAULT specifies an auditing option that is not legal for procedures, packages, or functions.
        Action
        The following options may not be used for procedures, packages, and functions and should be removed:  all but EXECUTE