TS_EXPORT_ADJUSTMENT 
Default Table Name  TS_EXPORT_ADJUSTMENT 
Definition 
 Name: Timesheet Export Adjustments.     Description: This table contains adjustments that have been generated for each timesheet.
 

TS_EXPORT_ADJUSTMENT 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)    NUMBER(10, 0)  NO 
Name: Line Number. Description: The sequential line number of the line.
 
HRS_DT(PK)    DATE  NO 
Name: Hours Date. Description: The column date for this cell.
 
LINE_DESC    VARCHAR2(120)  NO 
Name: Line Description. Description: Description of the charge on the line.
 
UDT01_ID    VARCHAR2(50)  NO 
Name: UDT01 ID. Description: The UDT01 identifier for the line.
 
UDT02_ID    VARCHAR2(50)  YES 
Name: UDT02 ID. Description: The UDT02 identifier for the line.
 
UDT03_ID    VARCHAR2(20)  YES 
Name: UDT03 ID. Description: The UDT03 identifier for the line.
 
UDT04_ID    VARCHAR2(20)  YES 
Name: UDT04 ID. Description: The UDT04 identifier for the line.
 
UDT05_ID    VARCHAR2(20)  YES 
Name: UDT05 ID. Description: The UDT05 identifier for the line.
 
UDT06_ID    VARCHAR2(20)  YES 
Name: UDT06 ID. Description: The UDT06 identifier for the line.
 
UDT07_ID    VARCHAR2(20)  YES 
Name: UDT07 ID. Description: The UDT07 identifier for the line.
 
UDT08_ID    VARCHAR2(20)  YES 
Name: UDT08 ID. Description: The UDT08 identifier for the line.
 
UDT09_ID    VARCHAR2(20)  YES 
Name: UDT09 ID. Description: The UDT09 identifier for the line.
 
UDT10_ID    VARCHAR2(20)  NO 
Name: UDT10 ID. Description: The UDT10 identifier for the line.
 
ETC_HRS    NUMBER(8, 2)  NO 
Name: ETC Hours. Description: The estimate-to-complete hours for this employee.
 
BILLABLE_FL    VARCHAR2(1)  NO 
Name: Billable Flag. Description: Logical as to whether the hours are billable.
 
SHORT_LINE_TEXT    VARCHAR2(4000)  YES 
Name: Line Comments. Description: User-provided notes about the line.
 
UDT06_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT06 Costpoint Company. Description: Costpoint Company Code for UDT06_ID field.
 
UDT07_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT07 Costpoint Company. Description: Costpoint Company Code for UDT07_ID field.
 
HRS    NUMBER(8, 2)  NO 
Name: Hours. Description: The labor hours for this cell.
 
CORRECT_FL    VARCHAR2(1)  NO 
Name: Correct Flag. Description: Logical as to whether this cell is a correcting entry.
 
SHORT_CELL_TEXT    VARCHAR2(4000)  YES 
Name: Cell Comments. Description: User-provided notes about the timesheet 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. 
 
REVERSAL_FL    VARCHAR2(1)  NO 
Name: . Description: Logical as to whether entry is a reversing entry.
 
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
 
RATE1_AMT    NUMBER(15, 5)  NO 
Name: User Rate 1 Amount. Description: User-defined amount 1.
 
RATE2_AMT    NUMBER(15, 5)  NO 
Name: User Rate 2 Amount. Description: User-defined amount 2.
 
BATCH_ID    VARCHAR2(10)  YES 
Name: Batch ID. Description: The ID that was assigned the row during export.
 
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. 
 
ORIGINAL_LINE_NO    NUMBER(10, 0)  NO 
Name: Original Line Number. Description: The sequential line number of the line.
 
CODE1_CD    VARCHAR2(20)  YES 
Name: Employee User Defined Code 1. Description: First user-defined alphanumeric field from the EMPL table.
 
CODE2_CD    VARCHAR2(20)  YES 
Name: Employee User Defined Code 2. Description: Second user-defined alphanumeric field from the EMPL table.
 
CODE3_CD    VARCHAR2(20)  YES 
Name: Employee User Defined Code 3. Description: Third user-defined alphanumeric field from the EMPL table.
 
UDT11_ID    VARCHAR2(20)  YES 
Name: UDT11 ID. Description: The UDT11 identifier for the line.
 
UDT12_ID    VARCHAR2(20)  YES 
Name: UDT12 ID. Description: The UDT12 identifier for the line.
 
UDT13_ID    VARCHAR2(20)  YES 
Name: UDT13 ID. Description: The UDT13 identifier for the line.
 
UDT14_ID    VARCHAR2(20)  YES 
Name: UDT14 ID. Description: The UDT14 identifier for the line.
 
UDT15_ID    VARCHAR2(20)  YES 
Name: UDT15 ID. Description: The UDT15 identifier for the line.
 

TS_EXPORT_ADJUSTMENT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0226  PrimaryKey  EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD, LINE_NO, HRS_DT 

TS_EXPORT_ADJUSTMENT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00303      EMPL_ID  NO  NO 
TS  Identifying  One To Zero or More  F00304      EMPL_ID, TS_SCHEDULE_CD, YEAR_NO_CD, PERIOD_NO_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable