DSH_LANDING_PAGES
This table stores the information of the Dashboard landing pages added for different groups of users on different devices.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
LANDING_PAGE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
| VERSION | NOT NULL | NUMBER | System-generated version |
| PAGE_ID | NULLABLE | NUMBER | Identifier of the Dashboard page |
| RULE_SCOPE | NULLABLE | VARCHAR2(20) | The Dashboard landing page applies to mobile client, desktop client, or both. |
| PRIORITY | NULLABLE | NUMBER | Priority of the Dashboard page |
| RULE_CRITERIA | NULLABLE | CLOB | IDs of the security groups and org units whose users are set to use the Dashboard page as their landing page |
| PAGE_RELATIVE_URL | NULLABLE | VARCHAR2(1000 CHAR) | The relative URL of the PPM page set as the Dashboard landing page. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
| DSH_LAND_PAGE_PK | UNIQUE | LANDING_PAGE_ID | |
| DSH_LANDING_PAGE_UX3 | NONUNIQUE | PAGE_ID |
Sequences
This table does not have any sequences.

