ZCA_IMPORT_OBJECT_DATA

The table will be used to store the imported batch data which will be used by consumers.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_IMPORT_OBJECT_DATA_PK

ZCA_OBJ_HIERARCHY_ID, BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
ZCA_OBJ_HIERARCHY_ID NUMBER 18 Yes The primary key of ZCA_IMPORT_OBJECT_DATA table.
BATCH_ID NUMBER 18 Yes The unique identifier of a file import batch.
ACTION_CODE VARCHAR2 10 Stores the record action code
OBJECT_CODE VARCHAR2 128 The object code of the particular record.
PARENT_OBJECT_CODE VARCHAR2 128 The parent object code of the particular record.
OBJECT_PK1 NUMBER 18 The primary key 1 for the given import object record.
OBJECT_PK2 NUMBER 18 The primary key 2 for the given import object record.
OBJECT_PK3 NUMBER 18 The primary key 3 for the given import object record.
OBJECT_PK4 NUMBER 18 The primary key 4 for the given import object record.
OBJECT_PK5 NUMBER 18 The primary key 5 for the given import object record.
PARENT_OBJECT_FK1 NUMBER 18 The foreign key 1 for the given import object row.
PARENT_OBJECT_FK2 NUMBER 18 The foreign key 2 for the given import object row.
OBJECT_PUID VARCHAR2 500 The public unique identifier of the current record.
PARENT_OBJECT_PUID VARCHAR2 500 The parent PUID of the given import object row.
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.
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.
SOURCE_OPERATION VARCHAR2 30 This column holds the value of the source of the transaction operation. For example: Signals.
PARENT_OBJECT_FK3 NUMBER 18 The foreign key 3 for the given import object row.
PARENT_OBJECT_FK4 NUMBER 18 The foreign key 4 for the given import object row.
PARENT_OBJECT_FK5 NUMBER 18 The foreign key 5 for the given import object row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_IMPORT_OBJECT_DATA_N1 Non Unique Default OBJECT_CODE
ZCA_IMPORT_OBJECT_DATA_N2 Non Unique Default BATCH_ID, PARENT_OBJECT_CODE, PARENT_OBJECT_FK1
ZCA_IMPORT_OBJECT_DATA_N3 Non Unique Default ACTION_CODE, OBJECT_CODE, LAST_UPDATE_DATE
ZCA_IMPORT_OBJECT_DATA_U1 Unique Default ZCA_OBJ_HIERARCHY_ID, BATCH_ID