| CAR_Name | 
          varchar (32) | 
          VARCHAR2 (32 CHAR) | 
          varchar(32) | 
          varchar (32) | 
          false | 
          Name of the Condition/Action | 
        
        	
          | CAR_Type | 
          char (1) | 
          CHAR (1 CHAR) | 
          char(1) | 
          char (1) | 
          false | 
          Type of entry (C=Condition, A=Action) | 
        
        	
          | CAR_DisplayMsgNr | 
          int | 
          NUMBER(38,0) | 
          int | 
          int | 
          true | 
          Display text Condition/Action | 
        
        	
          | CAR_SkeletonMsgNr | 
          int | 
          NUMBER(38,0) | 
          int | 
          int | 
          true | 
          Message for Skeleton | 
        
        	
          | CAR_ParamsMsgNr | 
          int | 
          NUMBER(38,0) | 
          int | 
          int | 
          true | 
          Message number for the parameter Msg insert | 
        
        	
          | CAR_ScriptName | 
          varchar (200) | 
          VARCHAR2 (200 CHAR) | 
          varchar(200) | 
          varchar (200) | 
          false | 
          Name of the Script object to process | 
        
        	
          | CAR_PromptName | 
          varchar (200) | 
          VARCHAR2 (200 CHAR) | 
          varchar(200) | 
          varchar (200) | 
          false | 
          Name of the Prompts object for the parameters | 
        
        	
          | CAR_Pre | 
          smallint | 
          NUMBER(38,0) | 
          smallint | 
          smallint | 
          true | 
          Flag if allowed in PreConditions | 
        
        	
          | CAR_Post | 
          smallint | 
          NUMBER(38,0) | 
          smallint | 
          smallint | 
          true | 
          Flag if allowed in PostConditions | 
        
        	
          | CAR_Final | 
          smallint | 
          NUMBER(38,0) | 
          smallint | 
          smallint | 
          true | 
          Is it a final action (0=No, 1=Yes) | 
        
        	
          | CAR_If | 
          smallint | 
          NUMBER(38,0) | 
          smallint | 
          smallint | 
          true | 
          Flag if allowed in IF, 0 = NO / 1 = YES |