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

CLASS_EVENT Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CLASS_CD(PK)(FK)    VARCHAR2(20)  NO 
Name: Timesheet Class. Description: The class unique identifier.
 
EVENT_CD(PK)(FK)    VARCHAR2(5)  NO 
Name: Event. Description: The event unique identifier.
 
ALERT_FL    VARCHAR2(1)  NO 
Name: Alert Flag. Description: Logical as to whether alert notification should be sent.
 
EMAIL_FL    VARCHAR2(1)  NO 
Name: E-mail Flag. Description: Logical as to whether e-mail notification should be sent.
 
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.
 
S_TASK_CD    VARCHAR2(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 Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0117  PrimaryKey  CLASS_CD, EVENT_CD 

CLASS_EVENT Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CLASS  Identifying  One To Zero or More  F00086      CLASS_CD  NO  NO 
EVENT  Identifying  One To Zero or More  F00087      EVENT_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable