MENU 
Default Table Name  MENU 
Definition 
 

MENU Columns 
ColumnName  Domain  Datatype  NULL  Definition 
MENU_CD(PK)    VARCHAR2(10)  NO 
 
TOP_MENU_CD    VARCHAR2(10)  YES 
 
PARENT_MENU_CD    VARCHAR2(10)  YES 
 
MENU_LABEL_CD    VARCHAR2(7)  NO 
 
MENU_ORDER_NO    NUMBER(10, 0)  NO 
 
SCREEN_CD(FK)    VARCHAR2(10)  YES 
 
ACTIVITY_MENU_CD    VARCHAR2(10)  YES 
 
MODIFIED_BY    VARCHAR2(20)  NO 
 
ROWVERSION    NUMBER(10, 0)  NO 
 
TIME_STAMP    DATE  NO 
 

MENU Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0300  PrimaryKey  MENU_CD 

MENU Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable  Initially Deferred 
SCREENS  Non-Identifying  Zero or One to Zero or More  F00441      SCREEN_CD  NO  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable  Initially Deferred