FND_SEARCH_LOG
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
fnd_search_log_PK |
FND_SEARCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FND_SEARCH_ID | NUMBER | 18 | Yes | Unique Identifier of the Ask Oracle search term | |
| URI | VARCHAR2 | 512 | Yes | Uri of the Ask Oracle search | |
| USER_GUID | VARCHAR2 | 64 | Yes | GUID of the user performing the search | |
| SEARCH_STRING | VARCHAR2 | 400 | The search query string used by the user | ||
| LANGUAGE_CODE | VARCHAR2 | 20 | Language code in which the search is performed | ||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| fnd_search_results | fnd_search_log | FND_SEARCH_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_SEARCH_LOG_N1 | Non Unique | Default | USER_GUID |
| FND_SEARCH_LOG_N2 | Non Unique | Default | SEARCH_STRING |
| FND_SEARCH_LOG_U1 | Unique | Default | FND_SEARCH_ID |