LEAVE_TYPE 
Default Table Name  LEAVE_TYPE 
Definition 
 Name: Leave Types.     Description: This table contains the categories of leave.
 

LEAVE_TYPE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
LEAVE_TYPE_CD(PK)    VARCHAR2(10)  NO 
Name: Leave Type. Description: Unique user-provided type code.
 
LEAVE_TYPE_DESC    VARCHAR2(30)  NO 
Name: Leave Type Description. Description: Unique description of leave type.
 
VACATION_FL    VARCHAR2(1)  NO 
Name: Vacation Flag. Description: Logical as to whether this leave type is vacation.
 
HOLIDAY_FL    VARCHAR2(1)  NO 
Name: Holida Flag. Description: Logical as to whether this leave type is holiday.
 
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.
 
CP_COMPANY_CD(FK)    VARCHAR2(10)  NO 
Name: Costpoint Company. Description: Costpoint Company Code.
 

LEAVE_TYPE Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0108  PrimaryKey  LEAVE_TYPE_CD 

LEAVE_TYPE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CP_COMPANY  Non-Identifying  One To Zero or More  F00133      CP_COMPANY_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable 
CLASS_LEAVE  Identifying  One To Zero or More  F00077        NO  NO 
EMPL_LEAVE  Identifying  One To Zero or More  F00079        NO  NO 
LEAVE_TYPE_UDT  Identifying  One To Zero or More  F00080        NO  NO