TS 
Default Table Name  TS 
Definition 
 Name: Timesheet Header.     Description: This table contains the summary information for a timesheet. It is the main record for each timesheet.
 

TS 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    NUMBER(10, 0)  NO 
Name: Revision Number. Description: The current revision of the timesheet.
 
S_STATUS_CD    VARCHAR2(1)  NO 
Name: Status. Description: Status of timesheet. Valid options are as follows: O - Open. S - Signed. A - Approved. P - Processed. R - Rejected
 
CLASS_CD(FK)    VARCHAR2(20)  NO 
Name: Timesheet Class. Description: The employee class for the employee at the time of this timesheet.
 
SHORT_HEADER_TEXT    VARCHAR2(4000)  YES 
Name: Timesheet Notes. Description: Notes about the entire timesheet.
 
WORK_SCHEDULE_CD(FK)    VARCHAR2(10)  NO 
Name: Work Schedule. Description: The work schedule for the employee at the time of this timesheet.
 
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.
 
UNAVAILABLE_FL    VARCHAR2(1)  NO 
Name: Unavailable Flag. Description: Logical as to whether this timesheet is unavailable.
 
BATCH_ID    VARCHAR2(10)  YES 
Name: Batch ID. Description: The ID of the process that currently has the timesheet unavailable
 
CP_COMPANY_CD(FK)    VARCHAR2(10)  NO 
Name: Costpoint Company. Description: Costpoint Company Code of timesheet. (Employee)
 
SAVE_WARNING_TEXT    VARCHAR2(1000)  YES 
Name: Save Warnings. Description: Warnings received during last timesheet save.
 
SIGN_WARNING_TEXT    VARCHAR2(1000)  YES 
Name: Sign Warnings. Description: Warnings received during last timesheet sign.
 
OFFLINE_TS_SECURITY_KEY_S    VARCHAR2(60)  YES 
Name: Offline Key. Description: Security key used to validate offline timesheets as being authentic
 
OT_DIALOG_CD    VARCHAR2(1)  YES 
Name: Overtime Dialog Response. Description: Stores supervisor selection from OT dialog
 
S_START_STOP_TIME_MODE_CD    VARCHAR2(10)  NO 
Name: Start/Stop Times Mode. Description: Indicates which start/stop time mode was in effect when timesheet was created. The valid options are as follows: DISABLED - Disabled. BREAK – Breaks Only. SUMMARY – Breaks/Summary Work. DETAIL – Breaks/Detail Work
 
S_START_STOP_TIME_EDIT_CD    VARCHAR2(1)  NO 
Name: Start/Stop Times Edit Type. Description: Indicates which what type of edit is performed during timesheet save routine. The valid options are as follows: N – No Edit. S – Soft Edit. H – Hard Edit
 
S_START_STOP_TIME_ROUNDING_CD    VARCHAR2(1)  NO 
Name: Start/Stop Times Rounding Option. Description: Indicates how the calculated charge hours based on start/stop times should be rounded to the hour increment. The valid options are as follows: U – Round Up. D – Round Down
 
APPROVE_WARNING_TEXT    VARCHAR2(1000)  YES 
 

TS Primary and Unique Keys 
Key Name  Key Type  Keys 
SI_0079  Index  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, S_STATUS_CD 
PI_0039  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD 

TS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00038      EMPL_ID  NO  NO 
TS_SCHEDULE_PERIOD  Identifying  One To Zero or More  F00039      TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD  NO  NO 
CLASS  Non-Identifying  One To Zero or More  F00040      CLASS_CD  NO  NO 
WORK_SCHEDULE  Non-Identifying  One To Zero or More  F00041      WORK_SCHEDULE_CD  NO  NO 
CP_COMPANY  Non-Identifying  One To Zero or More  F00141      CP_COMPANY_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
TS_REVISION  Identifying  One To Zero or More  F00042        NO  NO 
TS_LINE  Identifying  One To Zero or More  F00045        NO  NO 
TS_DAY  Identifying  One To Zero or More  F00100        NO  NO 
TS_INVOICE  Identifying  One To Zero or More  F00101        NO  NO 
TS_EXPORT_ADJUSTMENT  Identifying  One To Zero or More  F00304        NO  NO 
TS_START_STOP  Identifying  One To Zero or More  F00404        NO  NO