FND_FUSION_SEARCH_KEYWORDS

This table is created to store search keywords submitted by the logged in user in fusion apps when using fusion search.

Details

  • Schema: SEARCH

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FND_FUSION_SEARCH_KEYWORDS_PK

FUSION_SEARCH_KEYWORDS_ID, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
FUSION_SEARCH_KEYWORDS_ID NUMBER 18 Yes Primary identifier for fusion search keyword row.
USER_ID VARCHAR2 64 Yes User name of the user doing the search.
KEYWORDS VARCHAR2 260 Yes The keywords used in a search performed by the user.
SEARCH_COUNT NUMBER 18 Yes The number of times this keyword search has been performed by the user.
RESULT_COUNT NUMBER 18 The number of times this keyword search has been performed by the user.
ENTERPRISE_ID NUMBER 18 Yes Multi-tenancy support
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
FND_FUSION_SEARCH_KEYWORDS_U1 Unique FUSION_TS_TX_DATA FUSION_SEARCH_KEYWORDS_ID, ENTERPRISE_ID
FND_FUSION_SEARCH_KEYWORDS_U2 Unique FUSION_TS_TX_DATA USER_ID, KEYWORDS, ENTERPRISE_ID