RSC_ROLES
This table stores all the roles defined in the PPM system. Resources are associated with the roles.
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 |
---|---|---|---|
ROLE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually. |
ROLE_NAME |
NOT NULL |
VARCHAR2(260) |
Name given to this record |
DESCRIPTION |
NULLABLE |
VARCHAR2(650) |
Text that describes this role |
ENABLED_FLAG |
NULLABLE |
VARCHAR2(1) |
Flag to indicate if this role is enabled or not |
PRIMARY_FLAG |
NULLABLE |
VARCHAR2(1) |
Indicates whether this role record is the primary role |
USER_DATA1-20 |
NULLABLE |
VARCHAR2(255) |
User data segment |
VISIBLE_USER_DATA1-20 |
NULLABLE |
VARCHAR2(255) |
User data segment |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Language in which this role was created |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C005200416 |
UNIQUE |
1 |
ROLE_ID |
SYS_C005201583 |
UNIQUE |
1 |
ROLE_NAME |
Sequences
Sequence Name |
Sequence Type |
---|---|
RSC_ROLES_S |
ROLE_ID |