|  
 RULE_SET_OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Owner of the rule set 
 | 
|  
 RULE_SET_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Name of the rule set 
 | 
|  
 RULE_OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Owner of the rule 
 | 
|  
 RULE_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Name of the rule 
 | 
|  
 RULE_SET_RULE_ENABLED 
 | 
 
 VARCHAR2(8) 
 | 
 | 
 
 Indicates whether the rule is enabled in the rule set (ENABLED) or not (DISABLED) 
 | 
|  
 RULE_SET_RULE_EVAL_CTX_OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Owner of the evaluation context specified when the rule was added to the rule set, if any 
 | 
|  
 RULE_SET_RULE_EVAL_CTX_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 | 
 
 Name of the evaluation context specified when the rule was added to the rule set, if any 
 | 
|  
 RULE_SET_RULE_COMMENT 
 | 
 
 VARCHAR2(4000) 
 | 
 | 
 
 Comment specified when the rule was added to the rule set, if any 
 |