| PeopleSoft Field Name | Field Type | Description |
|---|
MENUNAME | VARCHAR2(30) NOT NULL | Menu Name |
| VERSION | DECIMAL(10) NOT NULL | Version |
| MENUGROUP | VARCHAR2(30) NOT NULL | Menu Group |
| INSTALLED | SMALLINT NOT NULL | Installed |
| GROUPORDER | INTEGER NOT NULL | Menu Group Order |
| MENUORDER | INTEGER NOT NULL | Menu Order |
| GROUPSEP | INTEGER NOT NULL | Menu Group Separator |
| MENUSEP | INTEGER NOT NULL | Menu Separator |
| MENULABEL | VARCHAR2(30) NOT NULL | Menu Label |
| MENUTYPE | SMALLINT NOT NULL | Menu Type |
| DESCR | VARCHAR2(30) NOT NULL | Description |
| OBJECTOWNERID | VARCHAR2(4) NOT NULL | Object owner identifier translate values |
| LASTUPDDTTM | DATE | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
| LASTUPDOPRID | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
| DESCRLONG | LONG VARCHAR | Long Description |