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

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.