CLASS_UDT 
Default Table Name  CLASS_UDT 
Definition 
 Name: Timesheet Class UDT Options .     Description: This table contains the Timesheet Class options for the specific timesheet class
 

CLASS_UDT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CLASS_CD(PK)(FK)    VARCHAR2(20)  NO 
Name: Timesheet Class. Description: The class unique identifier.
 
S_UDT_CD(PK)    VARCHAR2(5)  NO 
Name: UDT Indicator. Description: The identifier for the UDT table. The valid options are as follows:UDT01 to UDT15. 
 
UDT_REQUIRED_FL    VARCHAR2(1)  NO 
Name: UDT Required Flag. Description: Logical as to whether the UDT is required.
 
UDT_VALIDATED_FL    VARCHAR2(1)  NO 
Name: UDT Validated Flag. Description: Logical as to whether the UDT is validated.
 
UDT_DEFAULT_FL    VARCHAR2(1)  NO 
Name: UDT Default Flag. Description: Logical as to whether the UDT id defaulted.
 
UDT_PRINT_FL    VARCHAR2(1)  NO 
Name: UDT Print Flag. Description: Logical as to whether the UDT is printed on timesheet.
 
UDT_SHOW_FL    VARCHAR2(1)  NO 
Name: UDT 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.
 

CLASS_UDT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0229  PrimaryKey  CLASS_CD, S_UDT_CD 

CLASS_UDT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CLASS  Identifying  One To Zero or More  F00312      CLASS_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable