CLASS_EVENT 
Default Table Name  CLASS_EVENT 
Definition 
 Name: Event Notification .     Description: This table contains the notifications for the event.
 

CLASS_EVENT Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
CLASS_CD(PK)(FK)    VARCHAR(20)  NO 
Name: Timesheet Class. Description: The class unique identifier.
 
EVENT_CD(PK)(FK)    VARCHAR(5)  NO 
Name: Event. Description: The event unique identifier.
 
ALERT_FL    VARCHAR(1)  NO 
Name: Alert Flag. Description: Logical as to whether alert notification should be sent.
 
EMAIL_FL    VARCHAR(1)  NO 
Name: E-mail Flag. Description: Logical as to whether e-mail notification should be sent.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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.
 
S_TASK_CD    VARCHAR(10)  NO 
Name: Task. Description: The type of task that should be generated. The valid values are:NONE - None. TSREVIEW - Review Timesheet. TSUPDATE - Update Timesheet. TSSIGN - Sign Timesheet. TSAPPROVE - Approve Timesheet. 
 

CLASS_EVENT Keys 
Key Name  Key Type  Keys 
RI_F00087  Inversion Entry  EVENT_CD 
RI_F00086  Inversion Entry  CLASS_CD 
PI_0117  PrimaryKey  CLASS_CD, EVENT_CD 

CLASS_EVENT Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CLASS  Identifying  One To Zero or More        CLASS_CD  NO 
EVENT  Identifying  One To Zero or More        EVENT_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype