CLASS_UDT10 
Default Table Name  CLASS_UDT10 
Definition 
 Name: Employee Class UDT10.     Description: This table contains a subset of the UDT10 codes that are valid for each employee class.
 

CLASS_UDT10 Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CLASS_CD(PK)(FK)    VARCHAR2(20)  NO 
Name: Timesheet Class. Description: Employee class code identifier.
 
UDT10_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: UDT10 ID. Description: UDT10 identifier for the valid UDT10 entries for the employee class.
 
LOOKUP_FL    VARCHAR2(1)  NO 
Name: Lookup Flag. Description: Logical as to whether the UDT10 appears in lookup for this employee class.
 
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.
 
MANUAL_ENTRY_FL    VARCHAR2(1)  NO 
Name: Manual Entry Flag. Description: Logical as to employees of this can manually enter this UDT10.
 

CLASS_UDT10 Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0017  PrimaryKey  CLASS_CD, UDT10_ID 

CLASS_UDT10 Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CLASS  Identifying  One To Zero or More  F00007      CLASS_CD  NO  NO 
UDT10  Identifying  One To Zero or More  F00008      UDT10_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable