FND_SEARCH_RESULTS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
fnd_search_results_PK |
FND_RESULT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FND_RESULT_ID | NUMBER | 18 | Yes | Unique identifier | |
| RESULT_DATA | CLOB | Object of result data | |||
| SOURCE_NAME | VARCHAR2 | 400 | Name of the source where the result is fetched | ||
| FND_SEARCH_ID | NUMBER | 18 | Yes | Foreight key references to fnd_search_log table | |
| SEARCH_RESULT_ORDINAL | NUMBER | Ordinal value of the result in the entire search result set | |||
| RESULT_LABEL | VARCHAR2 | 400 | Label of the search result | ||
| RESULT_OBJECT_TYPE | VARCHAR2 | 400 | Type of the search result | ||
| RESULT_OBJECT_ID | VARCHAR2 | 400 | Id value of the search result | ||
| NORMALIZED_SCORE | NUMBER | Normalized score of the result | |||
| 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_RESULTS_N1 | Non Unique | Default | FND_SEARCH_ID |