TIME_CONFIG_LABELS 
Default Table Name  TIME_CONFIG_LABELS 
Definition 
 Name: Deltek Time Configuration Labels.     Description: This table stores the Deltek Time configuration labels in accordance with the language settings.
 

TIME_CONFIG_LABELS Columns 
ColumnName  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Record Key. Description: The company ID for the configuration labels.
 
COUNTRY_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR2(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
SIGN_TEXT    VARCHAR2(254)  YES 
Name: Signiture Text. Description: The text that displays when a user signs his timesheet.
 
APPROVE_TEXT    VARCHAR2(254)  YES 
Name: Approval Text. Description: The text that conditionally displays when a supervisor approves a timesheet.
 
RATE1_LBL    VARCHAR2(20)  YES 
Name: User Defined Rate 1 Label. Description: Label for the first user-defined rate.
 
RATE2_LBL    VARCHAR2(20)  YES 
Name: User Defined Rate 2 Label. Description: Label for the second user-defined rate.
 
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.
 

TIME_CONFIG_LABELS Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0141  PrimaryKey  COMPANY_ID, COUNTRY_CD, LANGUAGE_CD 

TIME_CONFIG_LABELS Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
COMPANY  Identifying  One To Zero or More  F00129      COMPANY_ID  NO  NO 
LANGUAGE  Identifying  One To Zero or More  F00130      COUNTRY_CD, LANGUAGE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable