EXP_AUTH_REVISION 
Default Table Name  EXP_AUTH_REVISION 
Definition 
 Name: Expense Authorization Revision.     Description: This table contains the revision details of the last change of an expense authorization.
 

EXP_AUTH_REVISION Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_AUTH_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Authorization ID. Description: The unique identifier for the expense authorization.
 
REVISION_NO(PK)    NUMERIC(10, 0)  NO 
Name: Revision Number. Description: The unique identifier for the revision of the expense authorization.
 
REVISION_DTT    DATE  NO 
Name: Revision Date/Time. Description: The date/time the revision was created.
 
EXPLANATION_TEXT    VARCHAR(254)  YES 
Name: Revision Explanation. Description: User-provided explanations for the expense authorization revision.
 
REVISION_EMPL_ID(FK)    VARCHAR(20)  YES 
Name: Revision Employee ID. Description: Employee ID of person who revised expense authorization.
 
REVISION_TEXT    VARCHAR(1000)  YES 
Name: Revision Details. Description: The details of the revisions made.
 
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_AUTH_REVISION Keys 
Key Name  Key Type  Keys 
RI_F00366  Inversion Entry  EXP_AUTH_ID 
RI_F00365  Inversion Entry  REVISION_EMPL_ID 
PI_0244  PrimaryKey  EXP_AUTH_ID, REVISION_NO 

EXP_AUTH_REVISION Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL  Non-Identifying  Zero or One to Zero or More        REVISION_EMPL_ID  NO 
EXP_AUTH  Identifying  One To Zero or More        EXP_AUTH_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype