ZCA_FEED_DATALOAD_STATUS

Stores the status of Objects being loaded into Feed tables.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_FEED_DATALOAD_STATUS_PK

FEED_DATALOAD_ID

Columns

Name Datatype Length Precision Not-null Comments
FEED_DATALOAD_ID NUMBER 18 Yes Auto generated primary key of the table.
FEED_DATALOAD_OBJECT_NAME VARCHAR2 64 The name of the object being loaded.
FEED_DATALOAD_OBJECT_CRITERIA VARCHAR2 4000 The criteria using which the object was loaded.
FEED_DATALOAD_ESS_REQUEST_ID NUMBER 18 The ESS request id of the process.
FEED_DATALOAD_PARENT_ESS_ID NUMBER 18 The parent ESS request id which invoked this process.
FEED_DATALOAD_UCM_ID VARCHAR2 40 UCM Id for the export file.
FEED_DATALOAD_EXPORTED_RECORDS NUMBER 12 The number of records exported using BulkExport.
FEED_DATALOAD_LOADED_RECORDS NUMBER 12 The number of records loaded using SQL Loader.
FEED_DATALOAD_STATUS CHAR 1 Status of the job.
FEED_DATALOAD_TYPE CHAR 1 Whether it is a day zero job or incremental job.
FEED_DATALOAD_JOB_START_TIME TIMESTAMP The time the job started.
FEED_DATALOAD_JOB_END_TIME TIMESTAMP The time the job ended.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_FEED_DATALOAD_STATUS_N1 Non Unique Default FEED_DATALOAD_PARENT_ESS_ID
ZCA_FEED_DATALOAD_STATUS_N2 Non Unique Default FEED_DATALOAD_STATUS, FEED_DATALOAD_TYPE
ZCA_FEED_DATALOAD_STATUS_U1 Unique Default FEED_DATALOAD_ID