TS_CELL 
Default Table Name  TS_CELL 
Definition 
 Name: Timesheet Cell.     Description: This table contains the individual cells from the timesheet.
 

TS_CELL 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.
 
LINE_NO(PK)(FK)    NUMBER(10, 0)  NO 
Name: Line Number. Description: The timesheet line number to which this timesheet cell belongs.
 
HRS_DT(PK)    DATE  NO 
Name: Hours Date. Description: The column date for this cell.
 
ENTERED_HRS    NUMBER(8, 2)  NO 
Name: Entered Hours. Description: The entered labor hours for this cell.
 
EXPORTED_HRS    NUMBER(8, 2)  NO 
Name: Exported Hours. Description: The exported labor hours for this cell.
 
REVISION_NO    NUMBER(10, 0)  YES 
Name: Revision Number. Description: The current revision number of this cell.
 
CORRECT_FL    VARCHAR2(1)  NO 
Name: Correct Flag. Description: Logical as to whether this cell is a correcting entry.
 
S_CELL_STATUS_CD    VARCHAR2(1)  NO 
 
ENTERED_DTT    DATE  NO 
Name: Date/Entered Entered. Description: The date and time the hours were entered
 
SHORT_CELL_TEXT    VARCHAR2(4000)  YES 
Name: Comments. Description: User-provided notes about the timesheet cell.
 
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. 
 
BATCH_ID    VARCHAR2(10)  YES 
Name: Batch ID. Description: The ID that was assigned to the row during export
 
APPROVED_HRS    NUMBER(8, 2)  NO 
Name: Approved Hours. Description: The approved labor hours for this cell.
 
RATE1_RATE    NUMBER(15, 5)  NO 
Name: User Defined Rate 1. Description: User-defined rate 1.
 
RATE2_RATE    NUMBER(15, 5)  NO 
Name: User Defined Rate 2. Description: User-defined rate 2. 
 
S_RATE1_CD    VARCHAR2(1)  NO 
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    VARCHAR2(1)  NO 
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    VARCHAR2(1)  NO 
Name: Reversal Flag. Description: Logical as to whether entry is a reversing entry.
 
PRORATED_HRS    NUMBER(8, 2)  NO 
Name: Prorated Hours. Description: The number of hours after proration.
 
ENTERED_RATE1_AMT    NUMBER(15, 5)  NO 
Name: Entered User Rate 1 Amount. Description: User-defined amount 1 based on Entered Hours.
 
ENTERED_RATE2_AMT    NUMBER(15, 5)  NO 
Name: Entered User Rate 2 Amount. Description: User-defined amount 2 based on Entered Hours
 
APPROVED_RATE1_AMT    NUMBER(15, 5)  NO 
Name: Approved User Rate 1 Amount. Description: User-defined amount 1 based on Approved Hours.
 
APPROVED_RATE2_AMT    NUMBER(15, 5)  NO 
Name: Approved User Rate 2 Amount. Description: User-defined amount 2 based on Approved Hours
 
PRORATED_RATE1_AMT    NUMBER(15, 5)  NO 
Name: Prorated User Rate 1 Amount. Description: User-defined amount 1 based on Prorated Hours.
 
PRORATED_RATE2_AMT    NUMBER(15, 5)  NO 
Name: Prorated User Rate 2 Amount. Description: User-defined amount 2 based on Prorated Hours
 
EXPORTED_RATE1_AMT    NUMBER(15, 5)  NO 
Name: Exported User Rate 1 Amount. Description: User-defined amount 1 based on Exported Hours.
 
EXPORTED_RATE2_AMT    NUMBER(15, 5)  NO 
Name: Exported User Rate 2 Amount. Description: User-defined amount 2 based on Exported Hours
 
S_CP_TS_TYPE_CD    VARCHAR2(1)  NO 
Name: Costpoint Timesheet Type. Description: The Costpoint Timesheet Type. The valid values are: R – Regular. C – Correcting. N – Reversal. D – Replacement
 

TS_CELL Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0042  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, LINE_NO, HRS_DT 

TS_CELL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TS_LINE  Identifying  One To Zero or More  F00046      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, LINE_NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
TS_AUDIT  Non-Identifying  One To Zero or More  F00049        NO  NO