KCRT_REQUEST_TYPE_SECURITY
This table stores granular access information for request types.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KCRT_REQUEST_TYPES_NLS |
REQUEST_TYPE_ID |
REQUEST_TYPE_ID |
|
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
SECURITY_GROUP_ID |
|
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
REQUEST_TYPE_SECURITY_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 |
Request type this entry is for |
|
CAN_VIEW_CODE |
NOT NULL |
VARCHAR2(30) |
Determines whether the security entry can view the request type |
|
CAN_EDIT_CODE |
NOT NULL |
VARCHAR2(30) |
Determines whether the security entry can edit the request type |
|
CAN_CANCEL_CODE |
NOT NULL |
VARCHAR2(30) |
Determines whether the security entry can cancel the request type |
|
CAN_CREATE_CODE |
NOT NULL |
VARCHAR2(30) |
Determines whether the security entry can create the request type |
|
CAN_DELETE_CODE |
NOT NULL |
VARCHAR2(30) |
Determines whether the security entry can delete the request type |
|
SECURITY_TYPE_CODE |
NULLABLE |
VARCHAR2(80) |
Indicates what kind of security entry this is (USER, USER_ID, SECURITY_GROUP, SECURITY_GROUP_ID) |
|
SECURITY_GROUP_ID |
NULLABLE |
NUMBER |
The security group ID if the type_code is SECURITY_GROUP_ID |
|
USER_ID |
NULLABLE |
NUMBER |
The user ID if the type code is USER_ID |
|
TOKEN |
NULLABLE |
VARCHAR2(1000) |
The token referring to a USER or SECURITY_GROUP |
|
ROW_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
The row type can be: SYSTEM:ALL_USERS, SYSTEM:CREATED_BY, SYSTEM:WORKFLOW_SECURITY, USER, SECURITY_GROUP, STANDARD_TOKEN, or CUSTOM_TOKEN |
|
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 |
| CAN_SEARCH_CODE | NULLABLE | VARCHAR2(30) |
Determines whether the security entry can search the request type in Advanced Request search. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KCRT_REQUEST_TYPE_SECURITY_N2 |
NONUNIQUE |
1 |
USER_ID |
|
KCRT_REQUEST_TYPE_SECURITY_N6 |
NONUNIQUE |
1 |
REQUEST_TYPE_ID |
|
KCRT_REQUEST_TYPE_SECURITY_N6 |
NONUNIQUE |
2 |
SECURITY_GROUP_ID |
|
KCRT_REQUEST_TYPE_SECURITY_U1 |
UNIQUE |
1 |
REQUEST_TYPE_SECURITY_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KCRT_REQUEST_TYPE_SECURITY_S |
REQUEST_TYPE_SECURITY_ID |

