FND_LIST_SEARCH_KEYWORDS

This table is created to store list search keywords submitted by the logged in user in fusion apps when using the fnd:listSearch component.

Details

  • Schema: SEARCH

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FND_LIST_SEARCH_KEYWORDS_PK

LIST_SEARCH_KEYWORDS_ID, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
LIST_SEARCH_KEYWORDS_ID NUMBER 18 Yes Primary identifier for list search keyword row.
USER_ID VARCHAR2 64 Yes User name of the user doing the search.
CONTEXT_CODE VARCHAR2 30 Yes The context code of the list search in use.
OBJECT_TYPE VARCHAR2 30 Yes The object type of the list search in use.
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 for the context code and object type.
RESULT_COUNT NUMBER 18 The number of times this keyword search has been performed by the user for the context code and object type.
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_LIST_SEARCH_KEYWORDS_U1 Unique FUSION_TS_TX_DATA LIST_SEARCH_KEYWORDS_ID, ENTERPRISE_ID
FND_LIST_SEARCH_KEYWORDS_U2 Unique FUSION_TS_TX_DATA USER_ID, CONTEXT_CODE, OBJECT_TYPE, KEYWORDS, ENTERPRISE_ID