KCRT_REQUEST_TYPE_TABS

This table stores the request type tab configuration information.

Foreign Keys

This table has no foreign keys.

Column Descriptions

Column Name Null? Data Type Description
ID NOT NULL NUMBER System-generated identifier for the tab configuration.
NAME NULLABLE VARCHAR2(255 CHAR) Customized name of the tab.
ENABLE_FLAG NOT NULL VARCHAR2(1 CHAR) Flag to show whether the tab is displayed in request details page.

REQUEST_TYPE_ID

NOT NULL NUMBER The request type to which this tab belongs.
SEQUENCE NOT NULL NUMBER The display sequence of this tab on the request details page.
TAB_TOKEN NOT NULL VARCHAR2(100 CHAR) The tab token, available values: DASHBOARD, DETAILS, WORKFLOWSTATUS, NOTES, REFERENCE, STRATEGY, CUSTOMIZED.

TAB_CONFIGURATION

NULLABLE CLOB Configuration information about this tab, it may include data source and tab view….

Indexes

This table has no indexes.

Sequences

Sequence Name Sequence Type
kcrt_request_type_tabs_s ID