EXP_BATCH_TYPE_VISA_WIZARD 
Default Table Name  EXP_BATCH_TYPE_VISA_WIZARD 
Definition 
 Name: Visa Merchant Category/Wizard Type Mappings .     Description: This table contains the mapping of VISA merchant category code ranges to expense wizards.
 

EXP_BATCH_TYPE_VISA_WIZARD Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_BATCH_TYPE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Batch Type. Description: The expense batch type unique identifier.
 
FROM_VISA_MERCHANT_CATEGORY_CD(PK)    NUMERIC(10, 0)  NO 
Name: Starting Merchant Category Code. Description: Starting Merchant Category Code.
 
TO_VISA_MERCHANT_CATEGORY_CD(PK)    NUMERIC(10, 0)  NO 
Name: Ending Merchant Category Code. Description: Ending Merchant Category Code
 
S_TYPE_CD    VARCHAR(10)  NO 
Name: Wizard Type. Description: Internal system reference code of the type of this expense type. The valid values are: CARRENTAL ENTERTAIN LODGING MEALS MILEAGE OTHER TRANSPORT
 
PAY_METHOD_CD(FK)    VARCHAR(10)  NO 
Name: Pay Method. Description: The pay method for transactions for this merchant category code range.
 
PERSONAL_FL    VARCHAR(1)  NO 
Name: Personal Flag. Description: Logical as to whether transactions for this merchant category code range should default is a personal expense.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 

EXP_BATCH_TYPE_VISA_WIZARD Keys 
Key Name  Key Type  Keys 
RI_F00412  Inversion Entry  EXP_BATCH_TYPE_CD 
RI_F00413  Inversion Entry  PAY_METHOD_CD 
PI_0280  PrimaryKey  EXP_BATCH_TYPE_CD, FROM_VISA_MERCHANT_CATEGORY_CD, TO_VISA_MERCHANT_CATEGORY_CD 

EXP_BATCH_TYPE_VISA_WIZARD Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_BATCH_TYPE  Identifying  One To Zero or More        EXP_BATCH_TYPE_CD  NO 
PAY_METHOD  Non-Identifying  One To Zero or More        PAY_METHOD_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype