ZCA_EXP_TASKS

This table contains logging information used to follow the bulk export

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_EXP_TASKS_PK

TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_ID NUMBER 18 Yes Primary Key.
MESSAGE_TYPE VARCHAR2 30 Export Task Message Type
MESSAGE VARCHAR2 1000 Export Task Message
PARENT_TASK_ID NUMBER 18 Parent Task
EXPORT_JOB_ID NUMBER 18 Foriegn Key to the Export Job Id
EXPORT_BATCH_ID NUMBER 18 The task batch id
TASK_TYPE_CD VARCHAR2 30 Indicates the type of task
ERROR_MESSAGE VARCHAR2 1000 Error Message generated by Task
STATUS_CD VARCHAR2 30 Task Status or Result
START_TM TIMESTAMP Start Time
END_TM TIMESTAMP End Time
OBJECT_CODE VARCHAR2 30 Corresponding export object code
VIEW_NAME VARCHAR2 100 Corresponding export view name
TASK_DETAILS_1 VARCHAR2 150 User Assignable Task Details 1
TASK_DETAILS_2 VARCHAR2 150 User Assignable Task Details 2
TASK_DETAILS_3 VARCHAR2 150 User Assignable Task Details 3
TASK_DETAILS_4 VARCHAR2 150 User Assignable Task Details 4
TASK_DETAILS_5 VARCHAR2 150 User Assignable Task Details 5
TASK_NUMBER_1 NUMBER 18 Assignable Number Value 1
TASK_NUMBER_2 NUMBER 18 Assignable Number Value 2
TASK_NUMBER_3 NUMBER 18 Assignable Number Value 3
TASK_NUMBER_4 NUMBER 18 Assignable Number Value 4
TASK_NUMBER_5 NUMBER 18 Assignable Number Value 5
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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_EXP_TASKS_N1 Non Unique Default TASK_ID, LAST_UPDATE_DATE
ZCA_EXP_TASKS_N2 Non Unique Default PARENT_TASK_ID
ZCA_EXP_TASKS_U1 Unique Default TASK_ID