KNTA_ACCESS_SECURITY
This table stores the linked access grants for security groups.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_ACCESS_GRANTS_NLS |
ACCESS_GRANT_ID |
ACCESS_GRANT_ID |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
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 |
|---|---|---|---|
|
ACCESS_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 |
|
SECURITY_GROUP_ID |
NOT NULL |
NUMBER |
Identifier of the security group this grant is linked to |
|
ACCESS_GRANT_ID |
NOT NULL |
NUMBER |
Identifier of the specific grant that is linked |
|
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_ACCESS_SECURITY_U1 |
UNIQUE |
1 |
ACCESS_SECURITY_ID |
|
KNTA_ACCESS_SECURITY_U2 |
UNIQUE |
1 |
ACCESS_GRANT_ID |
|
KNTA_ACCESS_SECURITY_U2 |
UNIQUE |
2 |
SECURITY_GROUP_ID |
|
KNTA_ACCESS_SECURITY_U3 |
UNIQUE |
1 |
SECURITY_GROUP_ID |
|
KNTA_ACCESS_SECURITY_U3 |
UNIQUE |
2 |
ACCESS_GRANT_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_ACCESS_SECURITY_S |
ACCESS_SECURITY_ID |

