TEMP_TS 
Default Table Name  TEMP_TS 
Definition 
 Name: Temporary Timesheet Header.     Description: This table contains the summary information for a timesheet. This is a temporary table that is populated pre-save for use with pre-save stored procedure. Table shall never have any permanent data.
 

TEMP_TS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID    VARCHAR(20)  YES 
Name: Employee ID. Description: Employee ID identifier.
 
TS_SCHEDULE_CD    VARCHAR(10)  YES 
Name: Timesheet Schedule. Description: Timesheet frequency identifier.
 
YEAR_NO_CD    VARCHAR(4)  YES 
 
PERIOD_NO_CD    VARCHAR(3)  YES 
Name: Period Number. Description: Period number for timesheet frequency.
 
REVISION_NO    NUMERIC(10, 0)  YES 
Name: Revision Number. Description: The current revision of the timesheet.
 
S_STATUS_CD    VARCHAR(1)  YES 
Name: Status. Description: Status of timesheet. Valid options are as follows: O - Open. S - Signed. A - Approved. P - Processed. R - Rejected
 
CLASS_CD    VARCHAR(20)  YES 
Name: Timesheet Class. Description: The employee class for the employee at the time of this timesheet.
 
SHORT_HEADER_TEXT    VARCHAR(4000)  YES 
Name: Timesheet Notes. Description: Notes about the entire timesheet.
 
WORK_SCHEDULE_CD    VARCHAR(10)  YES 
Name: Work Schedule. Description: The work schedule for the employee at the time of this timesheet.
 
MODIFIED_BY    VARCHAR(20)  YES 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(10, 0)  YES 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  YES 
Name: Time Stamp. Description: Date and time the record was last modified.
 
UNAVAILABLE_FL    VARCHAR(1)  YES 
Name: Unavailable Flag. Description: Logical as to whether this timesheet is unavailable.
 
BATCH_ID    VARCHAR(10)  YES 
Name: Batch ID. Description: The ID of the process that currently has the timesheet unavailable
 
CP_COMPANY_CD    VARCHAR(10)  YES 
Name: Costpoint Company. Description: Costpoint Company Code of timesheet. (Employee)
 
SAVE_WARNING_TEXT    VARCHAR(1000)  YES 
Name: Save Warnings. Description: Warnings received during last timesheet save.
 
SIGN_WARNING_TEXT    VARCHAR(1000)  YES 
Name: Sign Warnings. Description: Warnings received during last timesheet sign.
 
OFFLINE_TS_SECURITY_KEY_S    VARCHAR(60)  YES 
Name: Offline Key. Description: Security key used to validate offline timesheets as being authentic
 
OT_DIALOG_CD    VARCHAR(1)  YES 
Name: Overtime Dialog Response. Description: Stores supervisor selection from OT dialog
 
S_START_STOP_TIME_MODE_CD    VARCHAR(10)  YES 
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    VARCHAR(1)  YES 
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    VARCHAR(1)  YES 
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
 

TEMP_TS Keys 
Key Name  Key Type  Keys 

TEMP_TS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype