CLASS_LEAVE 
Default Table Name  CLASS_LEAVE 
Definition 
 Name: Employee Class Leave .     Description: This table contains the leave rules for the employee class.
 

CLASS_LEAVE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CLASS_CD(PK)(FK)    VARCHAR2(20)  NO 
Name: Timesheet Class. Description: The employee class code identifier.
 
LEAVE_TYPE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Leave Type. Description: Unique identifier for the type of leave.
 
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.
 
SOFT_MIN_BALANCE_HRS    NUMBER(10, 4)  NO 
Name: Warning Min Balance. Description: The minimum balance; an employee who goes below this balance will receive a warning.
 
SOFT_MAX_BALANCE_HRS    NUMBER(10, 4)  NO 
Name: Warning Max Balance. Description: The maximum balance; an employee who goes above this balance will receive a warning.
 
HARD_MIN_BALANCE_HRS    NUMBER(10, 4)  NO 
Name: Error Min Balance. Description: The hard minimum balance; an employee cannot go below this balance.
 
HARD_MAX_BALANCE_HRS    NUMBER(10, 4)  NO 
Name: Error Max Balance. Description: The hard maximum balance; an employee cannot go above this balance.
 

CLASS_LEAVE Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0111  PrimaryKey  CLASS_CD, LEAVE_TYPE_CD 

CLASS_LEAVE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CLASS  Identifying  One To Zero or More  F00076      CLASS_CD  NO  NO 
LEAVE_TYPE  Identifying  One To Zero or More  F00077      LEAVE_TYPE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable