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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Record Key. Description: The company ID for the configuration labels.
 
COUNTRY_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Country. Description: The country code for the configuration labels.
 
LANGUAGE_CD(PK)(FK)    VARCHAR(2)  NO 
Name: Language. Description: The language code for the configuration labels.
 
SIGN_TEXT    VARCHAR(254)  YES 
Name: Signiture Text. Description: The text that displays when a user signs his timesheet.
 
APPROVE_TEXT    VARCHAR(254)  YES 
Name: Approval Text. Description: The text that conditionally displays when a supervisor approves a timesheet.
 
RATE1_LBL    VARCHAR(20)  YES 
Name: User Defined Rate 1 Label. Description: Label for the first user-defined rate.
 
RATE2_LBL    VARCHAR(20)  YES 
Name: User Defined Rate 2 Label. Description: Label for the second user-defined rate.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 
RI_F00130  Inversion Entry  LANGUAGE_CD, COUNTRY_CD 
PI_0141  PrimaryKey  COMPANY_ID, COUNTRY_CD, LANGUAGE_CD 
RI_F00129  Inversion Entry  COMPANY_ID 

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