KCRT_STATUSES

This table stores the statuses that you can define for request type and workflows. Request Statuses are global; once defined and enabled, they will be available for use in all Request Types. Each Status may or may not be enabled or auto linked.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

STATUS_ID

NOT NULL

NUMBER

System-generated identifier

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

ENTITY_LAST_UPDATE_DATE

NOT NULL

DATE

Date a record in the entity was last updated

STATUS_NAME

NOT NULL

VARCHAR2(80)

Descriptive name of the user defined status.

ENABLED_FLAG

NOT NULL

VARCHAR2(1)

If enabled, the status will be available for all Issue Types.

AUTO_LINK_FLAG

NOT NULL

VARCHAR2(1)

If Auto link is enabled, the status is linked to all new issue types created.

SOURCE_TYPE_CODE

NULLABLE

VARCHAR2(30)

For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on)

SOURCE

NULLABLE

VARCHAR2(100)

For records that have been updated by an interface or migrator, provides additional information about the source of the external update.

SYSTEM_STATUS_FLAG

NULLABLE

VARCHAR2(1)

Indicates whether this status is used when a reference is attached to a request

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

Language this row was defined in

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

Reference code used to distinguish between different records

Indexes

Index Name

Index Type

Sequence

Column Name

KCRT_STATUSES_U1

UNIQUE

1

STATUS_ID

KCRT_STATUSES_U2

UNIQUE

1

STATUS_NAME

SYS_C005197191

UNIQUE

1

REFERENCE_CODE

Sequences

Sequence Name

Sequence Type

KCRT_STATUSES_S

STATUS_ID