EMPL_MENU 
Default Table Name  EMPL_MENU 
Definition 
 Name: Employee Desktop Menu .     Description: This table contains employees personalized menu.
 

EMPL_MENU Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: Unique identifier for the employee.
 
SCREEN_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Screen. Description: The screen identifier for a specific screen.
 
MENU_ORDER_NO    NUMERIC(10, 0)  NO 
Name: Menu Order. Description: A numeric field that is used to sort the screens for presentation.
 
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.
 

EMPL_MENU Keys 
Key Name  Key Type  Keys 
PI_0123  PrimaryKey  EMPL_ID, SCREEN_CD 
RI_F00095  Inversion Entry  SCREEN_CD 
RI_F00094  Inversion Entry  EMPL_ID 

EMPL_MENU Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL  Identifying  One To Zero or More        EMPL_ID  NO 
SCREENS  Identifying  One To Zero or More        SCREEN_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype