DSH_MOBILITY_PAGES

This table stores the pages selected by users as the mobile Dashboard landing page.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

USER_ID

DSH_PAGES

PAGE_ID

PAGE_ID

Column Descriptions

Column Name

Null?

Data Type

Description

MOBILITY_PAGE_ID

NOT NULL

NUMBER

System-generated identifier

VERSION NOT NULL NUMBER System-generated version
USER_ID NOT NULL VARCHAR2(255) Identifier of the user who set the Dashboard page as the mobile landing page
PAGE_ID NULLABLE NUMBER Identifier of the Dashboard page
TITLE NULLABLE VARCHAR2(200) Title of the Dashboard page

Indexes

Index Name

Index Type

Sequence

Column Name

DSH_MOB_PAGE_IX1 NONUNIQUE   USER_ID
DSH_MOB_PAGE_IX2 NONUNIQUE   PAGE_ID

Sequences

This table does not have any sequences.