CSO_SCHML_QUESTIONS
This table would contain search details taken for a search_transaction_id with timestamp of the action extracted from SVC_REQ_ACTION_CAPTURE_TABLE records having RESPONSE_CODE as SEARCH_QUESTION.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CSO_SCHML_QUESTIONS_PK |
REQUEST_AC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQUEST_AC_ID | NUMBER | 18 | Yes | Primary key of the table. Request action id which is referred from svc_req_action_capture table. | |
| SEARCH_TRANSACTION_ID | NUMBER | 18 | Yes | The Search Transaction ID associated with a question which helps to uniquely identify the question. | |
| QUESTION_TEXT | VARCHAR2 | 255 | Yes | This is the text of the search question. | |
| SEARCH_CONFIGURATION_ID | NUMBER | 10 | Yes | This refers to the algorithm used for performing search. | |
| LOCALE | VARCHAR2 | 32 | Yes | This is the reference to the locale in CSO_LOCALE table. | |
| TOTAL_RESULTS | NUMBER | 10 | Yes | Total count of the results returned for the search. | |
| NORMALIZED_QUESTION | VARCHAR2 | 255 | The question text after it has been normalized. | ||
| SEARCH_ORIGIN | VARCHAR2 | 50 | The search source stores how the document was accessed. | ||
| STRIPE_CD | VARCHAR2 | 120 | Lookup code that indicates the stripe code and used to differentiate between applications such as CRM, HCM, or PRM. | ||
| REQUEST_DATE | TIMESTAMP | Yes | Indicates the date and time of the search request. | ||
| SESSION_USER | VARCHAR2 | 64 | Indicates the user of the search request. | ||
| 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 |
|---|---|---|---|
| CSO_SCHML_QUESTIONS_PK | Unique | Default | REQUEST_AC_ID |