ZCX_BOSS_SYNCHRONIZATIONS

Stores boss synchronization history information.

Details

  • Schema: FUSION

  • Object owner: ZCX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCX_BOSS_SYNCHRONIZATIONS_PK

SYNCHRONIZATION_ID

Columns

Name Datatype Length Precision Not-null Comments
SYNCHRONIZATION_ID NUMBER 18 Yes The unique identifier for the synchronization.
EXT_PACKAGE_NAME VARCHAR2 100 Yes The extension package name associated with the synchronization.
OBJECTS CLOB Yes The objects list associated with extension package selected for synchronization.
BUILD_ID NUMBER 18 The Extm build process identifier associated with the synchronization.
DEPLOYMENT_ID NUMBER 18 The APM Service deployment identifier associated with the synchronization.
END_TIME TIMESTAMP The date and time when the synchronization completed.
SYNC_STATUS_CODE VARCHAR2 1 Yes The status of the synchronization: Pending (P), In Progress (I), Completed (C), Error (E).
ERROR_MESSAGE VARCHAR2 1024 The error message generated during the synchronization process.
STEP_STATUS_DETAILS VARCHAR2 1024 Details about the status of each step in the synchronization process.
DEPLOYED_PACKAGE_VERSION VARCHAR2 64 The version of the extension package that was deployed during the synchronization.
INITIATOR_TOOL_CODE VARCHAR2 1 Yes The tool that initiated the synchronization process : Manual (U), Sandbox Publish (S).
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.
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.
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
ZCX_BOSS_SYNCHRONIZATIONS_PK Unique Default SYNCHRONIZATION_ID