ZCA_OBJ_SALESPLAY_ASSOC
Contains association rows between source objects and sales plays.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_OBJ_SALESPLAY_ASSOC_PK |
OBJ_SALESPLAY_ASSOC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OBJ_SALESPLAY_ASSOC_ID | NUMBER | 18 | Yes | Unique identifier (Primary Key) of the object to sales play association. | |
| OBJ_SALESPLAY_ASSOC_NUMBER | VARCHAR2 | 64 | Yes | Public unique identifier (Alternate Key) of the object to sales play association. | |
| OBJECT_TYPE | VARCHAR2 | 100 | Yes | Object type code. For example, Lead, Opportunity, and so on. | |
| OBJECT_ID | NUMBER | 18 | Yes | Unique identifier of the associated source object. | |
| OBJECT_NUMBER | VARCHAR2 | 64 | Yes | Public identifier of the associated source object. | |
| SALES_PLAY_ID | NUMBER | 18 | Yes | Unique identifier (Primary Key) of the Sales Play object. | |
| ASSOC_TYPE | VARCHAR2 | 30 | Yes | Association type. Supported values are AUTO and MANUAL. | |
| 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 | 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. | |
| USER_LAST_UPDATE_DATE | TIMESTAMP | Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_OBJ_SALESPLAY_ASSOC_PK | Unique | Default | OBJ_SALESPLAY_ASSOC_ID |
| ZCA_OBJ_SALESPLAY_ASSOC_U1 | Unique | Default | OBJ_SALESPLAY_ASSOC_NUMBER |
| ZCA_OBJ_SALESPLAY_ASSOC_U2 | Unique | Default | OBJECT_TYPE, OBJECT_ID, SALES_PLAY_ID |