LEAVE_TYPE_UDT 
Default Table Name  LEAVE_TYPE_UDT 
Definition 
 Name: Leave Types Link.     Description: This table contains the UDTs that are linked to this leave type. The UDT is UDT01, UDT02, or UDT10 depending on the configuration setting.
 

LEAVE_TYPE_UDT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
LEAVE_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Leave Type. Description: Unique user-provided type code.
 
LEAVE_UDT_ID(PK)    VARCHAR2(50)  NO 
Name: Leave Type UDT. Description: The UDT that is associated with this leave type.
 
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.
 

LEAVE_TYPE_UDT Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0109  PrimaryKey  LEAVE_TYPE_CD, LEAVE_UDT_ID 

LEAVE_TYPE_UDT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
LEAVE_TYPE  Identifying  One To Zero or More  F00080      LEAVE_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable