TS_REVISION 
Default Table Name  TS_REVISION 
Definition 
 Name: Timesheet Revision.     Description: This table contains a record for each revision of a timesheet. It stores information such as who signed and approved a specific revision along with explanations for each revision.
 

TS_REVISION Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: Employee ID identifier.
 
TS_SCHEDULE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Timesheet Schedule. Description: Timesheet frequency identifier.
 
YEAR_NO_CD(PK)(FK)    VARCHAR2(4)  NO 
 
PERIOD_NO_CD(PK)(FK)    VARCHAR2(3)  NO 
Name: Period Number. Description: Period number for timesheet frequency.
 
REVISION_NO(PK)    NUMBER(10, 0)  NO 
Name: Revision Number. Description: The identifying revision number for this timesheet revision.
 
SIGN_EMPL_ID(FK)    VARCHAR2(20)  YES 
Name: Sign Employee ID. Description: Employee ID of person who signed timesheet.
 
SIGN_DTT    DATE  YES 
Name: Sign Date/Time. Description: Date and time timesheet was signed.
 
APPROVE_FL    VARCHAR2(1)  NO 
Name: Approved Flag. Description: Logical as to whether this revision of the timesheet has been approved.
 
APPROVE_EMPL_ID(FK)    VARCHAR2(20)  YES 
Name: Approve Employee ID. Description: The Employee ID of the person who approved the timesheet.
 
APPROVE_DTT    DATE  YES 
Name: Approve Date/Time. Description: Date and time the timesheet was approved.
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(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.
 
EXPLANATION_TEXT    VARCHAR2(254)  YES 
Name: Revision Explanation. Description: User-provided explanations for the timesheet revision.
 

TS_REVISION Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0040  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, REVISION_NO 

TS_REVISION Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TS  Identifying  One To Zero or More  F00042      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD  NO  NO 
EMPL  Non-Identifying  Zero or One to Zero or More  F00043      SIGN_EMPL_ID  NO  NO 
EMPL  Non-Identifying  Zero or One to Zero or More  F00044      APPROVE_EMPL_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
TS_AUDIT  Identifying  One To Zero or More  F00047        NO  NO