ZMS_DISPATCHER

This table stores the required information to navigate the user to a destination URL.

Details

  • Schema: FUSION

  • Object owner: ZMS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZMS_DISPATCHER_PK

ZMS_DISPATCHER_ID

Columns

Name Datatype Length Precision Not-null Comments
DISPATCHER_PAYLOAD CLOB This field contains the payload information that determines the destination URL for a navigation component.
ZMS_DISPATCHER_ID NUMBER 18 Yes Auto-generated number and the primary key for this table.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
DISPATCHER_NAME VARCHAR2 275 Yes Name of the dispatcher rule. Populate this field to explain the navigation rule clearly.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ZMS_DISPATCHER_PK Unique DEFAULT ZMS_DISPATCHER_ID
ZMS_DISPATCHER_U1 Unique DEFAULT DISPATCHER_NAME