KCRT_REQUEST_TYPE_STATUSES
This table stores Statuses for user to link to request types.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KCRT_REQUEST_TYPES_NLS |
REQUEST_TYPE_ID |
REQUEST_TYPE_ID |
|
KCRT_STATUSES_NLS |
STATUS_ID |
STATUS_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
REQUEST_TYPE_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 |
|
REQUEST_TYPE_ID |
NOT NULL |
NUMBER |
Primary key from the KCRT_REQUEST_TYPES table. |
|
STATUS_ID |
NOT NULL |
NUMBER |
Primary key from the KCRT_STATUSES table. |
|
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. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KCRT_REQUEST_TYPE_STATUSES_N1 |
NONUNIQUE |
1 |
REQUEST_TYPE_ID |
|
KCRT_REQUEST_TYPE_STATUSES_N1 |
NONUNIQUE |
2 |
STATUS_ID |
|
KCRT_REQUEST_TYPE_STATUSES_N2 |
NONUNIQUE |
1 |
STATUS_ID |
|
KCRT_REQUEST_TYPE_STATUSES_N2 |
NONUNIQUE |
2 |
REQUEST_TYPE_ID |
|
KCRT_REQUEST_TYPE_STATUSES_U1 |
UNIQUE |
1 |
REQUEST_TYPE_STATUS_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KCRT_REQUEST_TYPE_STATUSES_S |
REQUEST_TYPE_STATUS_ID |

