ZCA_SALES_SUGGESTIONS
This table stores suggestion data generated by text analyzer.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_SALES_SUGGESTIONS_PK |
SALES_SUGGESTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SALES_SUGGESTION_ID | NUMBER | 18 | Yes | Auto generated Primary Key of the table | |
| SUGGESTION_SOURCE | VARCHAR2 | 64 | Yes | Source of the suggestion like 'text analyzer' etc. | |
| SUGGESTION_TYPE | VARCHAR2 | 64 | Yes | Type of the suggestion like 'Suggestion'/'Hint' etc. | |
| SUGGESTION_CONTEXT | CLOB | Context of the suggestion if any - in Json format | |||
| SOURCE_OBJECT_TYPE | VARCHAR2 | 64 | The Rest resource name of the source object for the suggestion like 'notes' | ||
| SOURCE_OBJECT_ID | NUMBER | 18 | Id of the source object | ||
| PARENT_OBJECT_TYPE | VARCHAR2 | 64 | Rest resource name of the parent object for the suggestion like 'opportunities' | ||
| PARENT_OBJECT_ID | NUMBER | 18 | Id of the parent object | ||
| SUGGESTION | CLOB | The suggestion in Json format | |||
| SUGGESTION_REASON | CLOB | Explainability of the suggestion if any | |||
| SUGGESTION_STATUS_CODE | VARCHAR2 | 64 | Status of the suggestion | ||
| ACTIVE_FLAG | VARCHAR2 | 1 | Flag indicating if suggestion is active or not | ||
| EFFECTIVE_START_DATE | DATE | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | |||
| EFFECTIVE_END_DATE | DATE | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | |||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | 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. | |
| 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_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 |
|---|---|---|---|
| ZCA_SALES_SUGGESTIONS_U1 | Unique | Default | SALES_SUGGESTION_ID |