CORRECT_EXP_RPT_PAYMENT 
Default Table Name  CORRECT_EXP_RPT_PAYMENT 
Definition 
Name: Correct Expense Report Payment. Description: This table contains the payments made on the corrected expense report. It does not include advances.
 

CORRECT_EXP_RPT_PAYMENT Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Report ID. Description: The unique identifier for the expense report.
 
CORRECTION_NO(PK)(FK)    NUMERIC(10, 0)  NO 
Name: Correction Number. Description: The correction number used for this expense report.
 
PAYMENT_REFERENCE_CD(PK)    VARCHAR(20)  NO 
 
PAYMENT_DT    DATE  NO 
 
PAY_PAYMENT_AMT    NUMERIC(15, 5)  NO 
 
BASE_PAYMENT_AMT    NUMERIC(15, 5)  NO 
 
S_PAYMENT_METHOD_CD    VARCHAR(5)  NO 
 
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.
 

CORRECT_EXP_RPT_PAYMENT Keys 
Key Name  Key Type  Keys 
RI_F00431  Inversion Entry  EXP_RPT_ID, CORRECTION_NO 
PI_0293  PrimaryKey  EXP_RPT_ID, CORRECTION_NO, PAYMENT_REFERENCE_CD 

CORRECT_EXP_RPT_PAYMENT Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CORRECT_EXP_RPT  Identifying  One To Zero or More        EXP_RPT_ID, CORRECTION_NO  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype