EXP_TYPE_PAY_METHOD 
Default Table Name  EXP_TYPE_PAY_METHOD 
Definition 
 Name: Expense Type Payment Methods.     Description: This table contains the valid payment methods for a specific expense type.
 

EXP_TYPE_PAY_METHOD Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_TYPE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Type. Description: The expense type unique identifier.
 
PAY_METHOD_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Pay Method. Description: User-specified unique identifier for the pay method.
 
DEFAULT_FL    VARCHAR(1)  NO 
Name: Default Flag. Description: Logical as to whether this is pay method is defaulted in Expense report wizard.
 
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_TYPE_PAY_METHOD Keys 
Key Name  Key Type  Keys 
RI_F00274  Inversion Entry  EXP_TYPE_CD 
PI_0214  PrimaryKey  EXP_TYPE_CD, PAY_METHOD_CD 
RI_F00275  Inversion Entry  PAY_METHOD_CD 

EXP_TYPE_PAY_METHOD Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_TYPE  Identifying  One To Zero or More        EXP_TYPE_CD  NO 
PAY_METHOD  Identifying  One To Zero or More        PAY_METHOD_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype