DESKTOP_ALERTS 
Default Table Name  DESKTOP_ALERTS 
Definition 
 Name: User Desktop Alerts .     Description: This table contains the user workflow alerts.
 

DESKTOP_ALERTS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EVENT_CD(PK)(FK)    VARCHAR(5)  NO 
Name: Event. Description: The event unique identifier.
 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: The Employee ID of the employee sent the task.
 
ALERT_DTT(PK)    DATE  NO 
Name: Alert Date/Time. Description: Date/time the alert was created.
 
ALERT_DESC(PK)    VARCHAR(120)  NO 
Name: Alert Description. Description: Description of the alert.
 
ORIGINATOR_NAME    VARCHAR(65)  NO 
Name: Originator Name. Description: Name of person that originated alert. It could be the last name of the employee or "System" if the task was originated by system.
 
ALERT_TEXT    VARCHAR(4000)  YES 
Name: Alert Text. Description: Notes/comments provided by originator.
 
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 that the task was sent to.
 

DESKTOP_ALERTS Keys 
Key Name  Key Type  Keys 
RI_F00113  Inversion Entry  FUNCTIONAL_ROLE_CD 
RI_F00092  Inversion Entry  EMPL_ID 
RI_F00091  Inversion Entry  EVENT_CD 
PI_0120  PrimaryKey  EVENT_CD, EMPL_ID, ALERT_DTT, ALERT_DESC, FUNCTIONAL_ROLE_CD 

DESKTOP_ALERTS 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 
EMPL  Identifying  One To Zero or More        EMPL_ID  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