rca_audit_level
       
       
       
       
       
       
       
       
        
         Stores the audit level configuration for an audit module.
Audit module is any application that is auditing the data, audit
module can register its audit level with audit service and that
information is stored here. Audit level is table consulted before
recording any audit entry.
        
        
         
          
           
            | 
              
              Field name (Key)
              
             | 
            
              
              Field data type
              
             | 
            
              
              Purpose
              
             | 
           
          
          
           
            | 
              
              level_id (PRI)
              
             | 
            
              
              varchar(255)
              
             | 
            
              
              The audit level identifier.
              
             | 
           
           
            | 
              
              levelName
              
             | 
            
              
              varchar(255)
              
             | 
            
              
              Audit module defined name for the audit
level such as
              
               level1
              
              or level 2. You can use names such as
              
               Only stages actions
              
              .
              
             | 
           
           
            | 
              
              description
              
             | 
            
              
              text
              
             | 
            
              
              Description of the audit level.
              
             | 
           
           
            | 
              
              isDefault
              
             | 
            
              
              bit(1)
              
             | 
            
              
              Boolean value to indicate if this level
is the default level for given module.
              
             | 
           
           
            | 
              
              auditModule (MUL)
              
             | 
            
              
              varchar(255)
              
             | 
            
              
              Foreign key to parent record in audit module
table.
              
             | 
           
           
            | 
              
              module_id (MUL)
              
             | 
            
              
              varchar(255)
              
             | 
            
              
              Duplication column.
              
             |