KNTA_DEFAULT_HELP_CONTENTS
This table stores the default administrator entered help content, that allows customers to enter custom help information.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
DEFAULT_HELP_CONTENT_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 for the help content. |
ENTITY_PRIMARY_KEY |
NOT NULL |
NUMBER |
Primary ID of the entity, for example the REQUEST_TYPE_ID if the entity_id corresponds to a request type |
PARENT_ENTITY_ID |
NOT NULL |
NUMBER |
Identifier for the parent entity type of the help content |
PARENT_ENTITY_PRIMARY_KEY |
NOT NULL |
NUMBER |
Primary ID of the entity parent, for example the REQUEST_TYPE_ID if the parent ENTITY_ID corresponds to a request type |
HELP_CONTENTS |
NOT NULL |
CLOB |
Actual help content |
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_DEFAULT_HELP_CONTENTS_N1 |
NONUNIQUE |
1 |
PARENT_ENTITY_ID |
KNTA_DEFAULT_HELP_CONTENTS_N1 |
NONUNIQUE |
2 |
PARENT_ENTITY_PRIMARY_KEY |
KNTA_DEFAULT_HELP_CONTENTS_U1 |
UNIQUE |
1 |
DEFAULT_HELP_CONTENT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_DEFAULT_HELP_CONTENTS_S |
DEFAULT_HELP_CONTENT_ID |