TEMP_TS_DAY 
Default Table Name  TEMP_TS_DAY 
Definition 
 Name: Temp Timesheet Day.     Description: This table contains the timesheet time in/out and day comments. 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_DAY 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.
 
COLUMN_DT    DATE  YES 
Name: Hours Date. Description: The date for this timesheet column.
 
IN_TIME_DTT    DATE  YES 
Name: Time In Date/Time. Description: The date and time the employee reported for work.
 
OUT_TIME_DTT    DATE  YES 
Name: Time Out Date/Time. Description: The date and time the employee left work for the day.
 
OFF_SITE_HRS    NUMERIC(8, 2)  YES 
Name: Offsite Hours. Description: The number of hours spent between the time in and time out that was spent off-site.
 
NON_WORK_HRS    NUMERIC(8, 2)  YES 
Name: Non Work Hours. Description: The number of hours between time in and time out that did not count as hours worked.
 
DAY_TEXT    VARCHAR(254)  YES 
Name: Day Comments. Description: User-provided notes for day.
 
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. 
 
LUNCH_START_TIME_DTT    DATE  YES 
Name: Lunch Start Date/Time. Description: The date and time the employee started lunch.
 
LUNCH_END_TIME_DTT    DATE  YES 
Name: Lunch End Date/Time. Description: The date and time the employee ended lunch.
 

TEMP_TS_DAY Keys 
Key Name  Key Type  Keys 

TEMP_TS_DAY 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