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

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

EMPL_MENU Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0123  PrimaryKey  EMPL_ID, SCREEN_CD 

EMPL_MENU Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
EMPL  Identifying  One To Zero or More  F00094      EMPL_ID  NO  NO 
SCREENS  Identifying  One To Zero or More  F00095      SCREEN_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable