KNTA_PORTLET_TYPE_SECURITY
This table stores security type for each portlet. Security type can be user or security groups.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_PORTLET_TYPES |
PORTLET_TYPE_ID |
PORTLET_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 |
|---|---|---|---|
|
PORTLET_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 |
|
PORTLET_TYPE_ID |
NOT NULL |
NUMBER |
Identifies the portlet type to which this security belongs |
|
SECURITY_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Type of the security, i.e., security group or user |
|
SECURITY_GROUP_ID |
NULLABLE |
NUMBER |
If the type is security group, the security group that has access to add this portlet to dashboard. |
|
USER_ID |
NULLABLE |
NUMBER |
If the type is user, Identifier for the user who has access to add this portlet to dashboard. |
|
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_PORTLET_TYPE_SECURITY_N1 |
NONUNIQUE |
1 |
PORTLET_TYPE_ID |
|
KNTA_PORTLET_TYPE_SECURITY_U1 |
UNIQUE |
1 |
PORTLET_TYPE_SECURITY_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_PORTLET_TYPE_SECURITY_S |
PORTLET_TYPE_SECURITY_ID |

