ZPS_SYNC

Intersection table which contains the sync data.

Details

  • Schema: FUSION

  • Object owner: ZPS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPS_SYNC_PK

SYNC_ID

Columns

Name Datatype Length Precision Not-null Comments
SYNC_ID NUMBER 18 Yes Primary key of the table
USER_ID NUMBER User Id FK link to ZPS_USERS
TYPE VARCHAR2 20 Yes Type of the record
OSC_ID NUMBER 18 Yes Oraclel Sales Cloud Object Id
OSC_NUMBER VARCHAR2 64 Oraclel Sales Cloud Object Number
OSC_SERIES_ID NUMBER 18 Oraclel Sales Cloud Activity Series Id
OSC_LAST_MOD_TIME TIMESTAMP OSC last modification time
CONTACTS CLOB OSC-MS Activity Contact Association
ASSIGNEES CLOB OSC-MS Activity Assignee Association
RECURRENCE CLOB OSC-MS recurrence data
ATTACHMENT CLOB OSC-MS Attachment Association
MS_ID VARCHAR2 512 Microsoft Object Id
MS_GLOBAL_ID VARCHAR2 512 Microsoft Global Id
MS_LAST_MOD_TIME TIMESTAMP Microsoft last modification time
MS_NATIVE VARCHAR2 1 MS_NATIVE
MS_SERIES_ID VARCHAR2 512 Microsoft Event Series Id
MS_INTERNET_MESSAGE_ID VARCHAR2 1000 Store the unique identifier for an email.
OSC_CONVERSATION_ID NUMBER 18 The foreign key to the conversation in SVC_MC_CONVERSATIONS (CONVERSATION_ID) associated with the message.
OSC_CONVERSATION_NUMBER VARCHAR2 30 The alternate key identifier of the conversation in SVC_MC_CONVERSATIONS (CONVERSATION_NUMBER) associated with the messsage.
DATA CLOB Additional Data
IS_OWNER VARCHAR2 1 Is the user owner of the record
OSC_MS_RELATIONS_DATA CLOB Stores the link data between OSC and MS records.
REALTIME_SYNCED_FLAG VARCHAR2 1 Indicates that the record was synched as part of real time sync.
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.
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
ZPS_SYNC_JSON_N11 Non Unique Default JSON_QUERY("OSC_MS_RELATIONS_DATA" FORMAT JSON , '$.links.oscUserId' RETURNING VARCHAR2(4000) ASIS WITHOUT ARRAY WRAPPER ERROR ON ERROR)
ZPS_SYNC_JSON_N12 Non Unique Default JSON_QUERY("OSC_MS_RELATIONS_DATA" FORMAT JSON , '$.links.msId' RETURNING VARCHAR2(4000) ASIS WITHOUT ARRAY WRAPPER ERROR ON ERROR)
ZPS_SYNC_JSON_N13 Non Unique Default JSON_QUERY("OSC_MS_RELATIONS_DATA" FORMAT JSON , '$.links.msGlobalId' RETURNING VARCHAR2(4000) ASIS WITHOUT ARRAY WRAPPER ERROR ON ERROR)
ZPS_SYNC_JSON_N14 Non Unique Default JSON_QUERY("OSC_MS_RELATIONS_DATA" FORMAT JSON , '$.links.msSeriesId' RETURNING VARCHAR2(4000) ASIS WITHOUT ARRAY WRAPPER ERROR ON ERROR)
ZPS_SYNC_JSON_N15 Non Unique Default JSON_QUERY("OSC_MS_RELATIONS_DATA" FORMAT JSON , '$.links.ownerId' RETURNING VARCHAR2(4000) ASIS WITHOUT ARRAY WRAPPER ERROR ON ERROR)
ZPS_SYNC_N1 Non Unique Default MS_ID
ZPS_SYNC_N2 Non Unique Default MS_GLOBAL_ID
ZPS_SYNC_N3 Non Unique Default MS_SERIES_ID
ZPS_SYNC_N4 Non Unique Default OSC_ID
ZPS_SYNC_N5 Non Unique Default OSC_NUMBER
ZPS_SYNC_N6 Non Unique Default OSC_SERIES_ID
ZPS_SYNC_N7 Non Unique Default USER_ID
ZPS_SYNC_N8 Non Unique Default TYPE
ZPS_SYNC_N9 Non Unique Default MS_INTERNET_MESSAGE_ID
ZPS_SYNC_U1 Unique Default SYNC_ID