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 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID    VARCHAR2(20)  YES 
Name: Employee ID. Description: Employee ID identifier.
 
TS_SCHEDULE_CD    VARCHAR2(10)  YES 
Name: Timesheet Schedule. Description: Timesheet frequency identifier.
 
YEAR_NO_CD    VARCHAR2(4)  YES 
 
PERIOD_NO_CD    VARCHAR2(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    NUMBER(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    NUMBER(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    VARCHAR2(254)  YES 
Name: Day Comments. Description: User-provided notes for day.
 
MODIFIED_BY    VARCHAR2(20)  YES 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(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 Primary and Unique Keys 
Key Name  Key Type  Keys 

TEMP_TS_DAY Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable