ZCA_OBJECT_DATA_INT

The Table ZCA_OBJ_STAGING_DATA is staging data table, used to store object related information like PK's to evenly distribute the exported data.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZCA_OBJ_STAGING_DATA_PK

BATCH_ID, OBJECT_NAME, ROW_SEQ

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique Identifier of a child systask in export batch.
OBJECT_NAME VARCHAR2 100 Yes Represents object name for which table data stores the data.
ROW_SEQ NUMBER 18 Yes The Autogenerated number and a part of primary key of this table
OBJECT_PK1 VARCHAR2 100 Columns for storing PKs of the customer records
OBJECT_PUID VARCHAR2 500 Columns for storing PUIDs of the customer records
OBJECT_ROWFINDER VARCHAR2 100 Columns for storing rest resource row identifier of the customer records
OBJECT_PK2 VARCHAR2 100 Columns for storing PKs of the customer records
OBJECT_PK3 VARCHAR2 100 Columns for storing PKs of the customer records
OBJECT_PK4 VARCHAR2 100 Columns for storing PKs of the customer records
OBJECT_PK5 VARCHAR2 100 Columns for storing PKs of the customer records
KEY_ATTR1 VARCHAR2 100 Columns for storing other attributes of the customer records
KEY_ATTR2 VARCHAR2 100 Columns for storing other attributes of the customer records
KEY_ATTR3 VARCHAR2 100 Columns for storing other attributes of the customer records
KEY_ATTR4 VARCHAR2 100 Columns for storing other attributes of the customer records
KEY_ATTR5 VARCHAR2 100 Columns for storing other attributes of the customer records
SPLIT_NUMBER NUMBER 18 Stores split number which is number of zip files creating
STATUS VARCHAR2 20 The status of batch integration.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_OBJ_STAGING_DATA_U1 Unique Default BATCH_ID, OBJECT_NAME, ROW_SEQ