ZCA_OBJECT_DATA_STAGE

The Table ZCA_OBJECT_DATA_STAGE 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: Default

Primary Key

Name Columns

ZCA_OBJECT_DATA_STAGE_PK

RECORD_INDEX, BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
RECORD_INDEX NUMBER 18 Yes The Autogenerated number and a part of primary key of this table
BATCH_ID NUMBER 18 Yes Unique Identifier of an export batch.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PARENT_BATCH_ID NUMBER 18 maintains the unique identifier of the overall export process
PK1 NUMBER 18 columns for storing PKs of the customer records
PUID VARCHAR2 64 Public unique identifier to identify unique record.
PK2 NUMBER 18 columns for storing PKs of the customer records
PK3 NUMBER 18 columns for storing PKs of the customer records
PK4 NUMBER 18 columns for storing PKs of the customer records
PK5 NUMBER 18 columns for storing PKs of the customer records
FILE_NAME VARCHAR2 20 maintains the csv filename to be exported
STATUS_CD VARCHAR2 30 maintains the processed status of the record.
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_OBJECT_DATA_STAGE_N1 Non Unique Default RECORD_INDEX, BATCH_ID, STATUS_CD
ZCA_OBJECT_DATA_STAGE_U1 Unique Default RECORD_INDEX, BATCH_ID