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

EVENT_NOTIFICATION Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EVENT_CD(PK)(FK)    VARCHAR(5)  NO 
Name: Event. Description: The event unique identifier.
 
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. 
 
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.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Functional Role. Description: The functional role of the supervisor/owner.
 

EVENT_NOTIFICATION Keys 
Key Name  Key Type  Keys 
RI_F00105  Inversion Entry  FUNCTIONAL_ROLE_CD 
RI_F00085  Inversion Entry  EVENT_CD 
PI_0116  PrimaryKey  EVENT_CD, FUNCTIONAL_ROLE_CD 

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