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

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

EVENT_NOTIFICATION Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0116  PrimaryKey  EVENT_CD, FUNCTIONAL_ROLE_CD 

EVENT_NOTIFICATION Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EVENT  Identifying  One To Zero or More  F00085      EVENT_CD  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00105      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable