CSO_SEARCH_TRANSACTIONS_BU
This is an associative table that contains the Business Units associated with the search transactions.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SEARCH_TRANSACTIONS_BU_PK |
SEARCH_TRANSACTION_ID, BU_ORG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SEARCH_TRANSACTION_ID | NUMBER | 18 | Yes | The Search Transaction ID associated with a question which helps to uniquely identify the question. | |
| BU_ORG_ID | NUMBER | 18 | Yes | This is the reference to Business Unit Org Id associated with search transaction. | |
| 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 |
|---|---|---|---|
| CSO_SEARCH_TRANSACTIONS_BU_N1 | Non Unique | Default | BU_ORG_ID |
| CSO_SEARCH_TRANSACTIONS_BU_PK | Unique | Default | SEARCH_TRANSACTION_ID, BU_ORG_ID |