PPM_MENU_CUSTOM
This table stores the custom menu items.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name | Null? | Data Type | Description |
---|---|---|---|
ID | NOT NULL | VARCHAR2 (255 CHAR) | ID of the menu item. Primary key of this table. |
MENU_KEY | NOT NULL | VARCHAR2 (255 CHAR) | i18n key of the menu item. |
BUNDLE | NULLABLE | VARCHAR2 (255 CHAR) | File name of i18n properties. |
URL | NULLABLE | VARCHAR2 (2000 CHAR) | URL of the menu item. |
MENU_TYPE | NULLABLE | VARCHAR2 (255 CHAR) | Type of menu item. |
PREVIEW_SIBLING | NULLABLE | VARCHAR2 (255 CHAR) | ID of the previous menu item under the same folder. Null means it is the first one. |
PARENT_ID | NULLABLE | VARCHAR2 (255 CHAR) | ID of the folder to which the menu item belongs. |
SECURITY | NULLABLE | CLOB | The conditions under which the menu item will display. |
IS_HIDDEN | NULLABLE | VARCHAR2(1 CHAR) | Indicator whether the menu item will display. |
Indexes
This table has no indexes.
Sequences
This table uses no sequences.