TS_AUDIT 
Default Table Name  TS_AUDIT 
Definition 
 Name: Timesheet Revision Detail.     Description: This table contains the detail audit trail of each timesheet revision.
 

TS_AUDIT 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)(FK)    NUMBER(10, 0)  NO 
Name: Revision Number. Description: The identifying revision for this timesheet revision.
 
REVISION_SUB_NO(PK)    NUMBER(10, 0)  NO 
Name: Sequence Number. Description: Sequential counter of the individual changes within a revision.
 
REVISION_EMPL_ID(FK)    VARCHAR2(20)  NO 
Name: Revision Employee ID. Description: The Employee ID of the person who made the changes to the timesheet.
 
LINE_NO(FK)    NUMBER(10, 0)  YES 
Name: Line Number. Description: If the change involved a cell or line, the line number of the cell or line that was changed.
 
HRS_DT(FK)    DATE  YES 
Name: Hours Date. Description: If the change involved a cell or column, the date of the cell or column that was changed.
 
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.
 
REVISION_DESC    VARCHAR2(254)  NO 
Name: Revision Description. Description: Detailed description of the change made to the timesheet.
 

TS_AUDIT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0043  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, REVISION_NO, REVISION_SUB_NO 

TS_AUDIT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TS_REVISION  Identifying  One To Zero or More  F00047      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, REVISION_NO  NO  NO 
EMPL  Non-Identifying  One To Zero or More  F00048      REVISION_EMPL_ID  NO  NO 
TS_CELL  Non-Identifying  Zero or One to Zero or More  F00049      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, LINE_NO, HRS_DT  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable