FFS_KNOWLEDGE_URL_PARAM

Contains additional parameters required to access OKCS.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_KNOWLEDGE_URL_PARAM_PK

PARAMETER_ID

Columns

Name Datatype Length Precision Not-null Comments
PARAMETER_ID NUMBER 10 Yes Unique identifier of the record.
ENTITY NUMBER 8 Yes It is an identifier of the entity this parameters belongs to. If this value is not specified, the parameter can be available for several entities (like URL).
PARAMETER_LABEL VARCHAR2 1020 Oracle Knowledge name of the url parameter.
FIELD VARCHAR2 160 Name of the field used as parameter value, or 'property' if property should be checked.
PROPERTY_ID NUMBER 5 Yes Reference to the property to be checked (if field = property).
TEXT_VALUE VARCHAR2 4000 Oracle Knowledge exported data.
SORTING_ORDER NUMBER 5 Yes It is an item sorting order inside of the same group.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_KNOWLEDGE_URL_PARAM_PK Unique DATA PARAMETER_ID
FFS_KNOWLEDGE_URL_PARAM_U1 Unique DATA ENTITY, PARAMETER_LABEL