TEMP_TS_CELL 
Default Table Name  TEMP_TS_CELL 
Definition 
 Name: Temporary Timesheet Cell.     Description: This table contains the individual cells from the 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_CELL 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.
 
LINE_NO    NUMERIC(10, 0)  YES 
Name: Line Number. Description: The timesheet line number to which this timesheet cell belongs.
 
HRS_DT    DATE  YES 
Name: Hours Date. Description: The column date for this cell.
 
ENTERED_HRS    NUMERIC(8, 2)  YES 
Name: Enterred Hours. Description: The entered labor hours for this cell.
 
EXPORTED_HRS    NUMERIC(8, 2)  YES 
Name: Exported Hours. Description: The exported labor hours for this cell.
 
REVISION_NO    NUMERIC(10, 0)  YES 
Name: Revision Number. Description: The current revision number of this cell.
 
CORRECT_FL    VARCHAR(1)  YES 
Name: Correct Flag. Description: Logical as to whether this cell is a correcting entry.
 
S_CELL_STATUS_CD    VARCHAR(1)  YES 
Name: Status. Description: Status of the cell. Valid options are as follows: O - Open. P - Processed. R – Rejected. S – Sent
 
ENTERED_DTT    DATE  YES 
Name: Date Entered. Description: The date and time the hours were entered
 
SHORT_CELL_TEXT    VARCHAR(4000)  YES 
Name: Comments. Description: User-provided notes about the timesheet cell.
 
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. 
 
BATCH_ID    VARCHAR(10)  YES 
Name: Batch ID. Description: The ID that was assigned to the row during export
 
APPROVED_HRS    NUMERIC(8, 2)  YES 
Name: Approved Hours. Description: The approved labor hours for this cell.
 
RATE1_RATE    NUMERIC(15, 5)  YES 
Name: User Defined Rate 1. Description: User-defined rate 1.
 
RATE2_RATE    NUMERIC(15, 5)  YES 
Name: User Defined Rate 2. Description: User-defined rate 2. 
 
S_RATE1_CD    VARCHAR(1)  YES 
Name: User Defined Rate 1 Source. Description: The source of the rate 1 used on this cell. The valid values are: N- None C – Charge Tree W – Wage Determination E – Employee History M – Manual Entry 1 – Link 17/Wildcard 2 – Link 27/Wildcard 7 – UDT07
 
S_RATE2_CD    VARCHAR(1)  YES 
Name: User Defined Rate 2 Source. Description: The source of the rate 2 used on this cell. The valid values are: N- None C – Charge Tree E – Employee History M – Manual Entry 1 – Link 17/Wildcard 2 – Link 27/Wildcard 7 – UDT07 Logical as to whether entry is a reversing entry.
 
REVERSAL_FL    VARCHAR(1)  YES 
Name: Reversal Flag. Description: Logical as to whether entry is a reversing entry.
 
PRORATED_HRS    NUMERIC(8, 2)  YES 
Name: Prorated Hours. Description: The number of hours after proration.
 
S_CP_TS_TYPE_CD    VARCHAR(1)  YES 
Name: Costpoint Timesheet Type. Description: The Costpoint Timesheet Type. The valid values are: R – Regular C – Correcting N – Reversal D – Replacement
 
ENTERED_RATE1_AMT    NUMERIC(15, 5)  YES 
Name: Entered User Rate 1 Amount. Description: User-defined amount 1 based on Entered Hours.
 
ENTERED_RATE2_AMT    NUMERIC(15, 5)  YES 
Name: Entered User Rate 2 Amount. Description: User-defined amount 2 based on Entered Hours
 
APPROVED_RATE1_AMT    NUMERIC(15, 5)  YES 
Name: Approved User Rate 1 Amount. Description: User-defined amount 1 based on Approved Hours.
 
APPROVED_RATE2_AMT    NUMERIC(15, 5)  YES 
Name: Approved User Rate 2 Amount. Description: User-defined amount 2 based on Approved Hours
 
PRORATED_RATE1_AMT    NUMERIC(15, 5)  YES 
Name: Prorated User Rate 1 Amount. Description: User-defined amount 1 based on Prorated Hours.
 
PRORATED_RATE2_AMT    NUMERIC(15, 5)  YES 
Name: Prorated User Rate 2 Amount. Description: User-defined amount 2 based on Prorated Hours
 
EXPORTED_RATE1_AMT    NUMERIC(15, 5)  YES 
Name: Exported User Rate 1 Amount. Description: User-defined amount 1 based on Exported Hours.
 
EXPORTED_RATE2_AMT    NUMERIC(15, 5)  YES 
Name: Exported User Rate 2 Amount. Description: User-defined amount 2 based on Exported Hours
 

TEMP_TS_CELL Keys 
Key Name  Key Type  Keys 

TEMP_TS_CELL 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