KNTA_ENTITY_SECURITY
This table stores security groups that allow to user or modify a source entity.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
SECURITY_GROUP_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
ENTITY_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 |
|
ENTITY_ID |
NOT NULL |
NUMBER |
Entity identifier of an entity type |
|
ENTITY_VALUE |
NOT NULL |
NUMBER |
Identifier of an entity |
|
SECURITY_GROUP_ID |
NOT NULL |
NUMBER |
Identifier of a security group |
|
ACCESS_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Access type for the security group. Two possible value 'USER' or 'EDIT' and stored in lookup table |
|
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
Whether the association is enabled |
|
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 |
|---|---|---|---|
|
KNTA_ENTITY_SECURITY_N1 |
NONUNIQUE |
1 |
ENTITY_ID |
|
KNTA_ENTITY_SECURITY_N1 |
NONUNIQUE |
2 |
ENTITY_VALUE |
|
KNTA_ENTITY_SECURITY_N2 |
NONUNIQUE |
1 |
SECURITY_GROUP_ID |
|
KNTA_ENTITY_SECURITY_U1 |
UNIQUE |
1 |
ENTITY_SECURITY_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_ENTITY_SECURITY_S |
ENTITY_SECURITY_ID |

