KNTA_PAGE_PORTLET_TYPES
This is a cross table between the KNTA_PAGES and KNTA_PORTLET_TYPES tables. A row is stored in this table for each page and each portlet type it hosts.
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_PAGES_NLS |
PAGE_ID |
PAGE_ID |
KNTA_PORTLET_TYPES |
PORTLET_TYPE_ID |
PORTLET_TYPE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PAGE_PORTLET_TYPE_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 |
PAGE_ID |
NOT NULL |
NUMBER |
Page that hosts this portlet type |
PORTLET_TYPE_ID |
NOT NULL |
NUMBER |
Portlet type that appear on this page |
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
This table uses no indexes.
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PAGE_PORTLET_TYPES_S |
PAGE_PORTLET_TYPE_ID |