TIME_CONFIG_UDT 
Default Table Name  TIME_CONFIG_UDT 
Definition 
 Name: Deltek Time Configuration UDT Labels.     Description: This table contains the Deltek Time UDT options selected for the system.
 

TIME_CONFIG_UDT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
COMPANY_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Record Key. Description: The Company ID for these UDT settings.
 
S_UDT_CD(PK)    VARCHAR2(5)  NO 
Name: UDT . Description: The identifier for the UDT table. The valid options are as follows:UDT01 to UDT15. 
 
UDT_REQUIRED_FL    VARCHAR2(1)  NO 
Name: Required Flag. Description: Logical as to whether the UDT is required.
 
UDT_VALIDATED_FL    VARCHAR2(1)  NO 
Name: Validate Flag. Description: Logical as to whether the UDT is validated.
 
UDT_DEFAULT_FL    VARCHAR2(1)  NO 
Name: Default Flag. Description: Logical as to whether the UDT id defaulted.
 
UDT_PRINT_FL    VARCHAR2(1)  NO 
Name: Print Flag. Description: Logical as to whether the UDT is printed on timesheet.
 
UDT_SHOW_FL    VARCHAR2(1)  NO 
Name: Show Flag. Description: Logical as to whether the UDT is shown on the timesheet screen.
 
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.
 
EXPORT_FL    VARCHAR2(1)  NO 
Name: Export Flag. Description: Logical as to whether UDT0 is exported.
 
EXPORT_FILTER_S    VARCHAR2(50)  YES 
Name: Export Filter. Description: If UDT in export has value like this field, then the UDT value will be spaced out. 
 

TIME_CONFIG_UDT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0142  PrimaryKey  COMPANY_ID, S_UDT_CD 

TIME_CONFIG_UDT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
COMPANY  Identifying  One To Zero or More  F00131      COMPANY_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable