SVC_WF_ETT_DATA_

This table contains details of the workflow elapsed data in the system.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: svc_wf_ett_data

Primary Key

Name Columns

SVC_WF_ETT_DATA_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, ETT_DATA_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ETT_DATA_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
WORKFLOW_OBJECT_ID NUMBER 18 Foreign key that references SVC_WF_OBJECTS.OBJECT_ID.
BATCH_ID NUMBER 18 Representation of Elapsed time Batch Job Identifier.
TEMPLATE_ID NUMBER 18 Reference to SVC_AP_TEMPLATES.TEMPLATE_ID.
OBJECT_TYPE VARCHAR2 64 Object type of the data to process.
OBJECT_ID NUMBER 18 Id of the parent object for the Elapsed time Job.
STATUS VARCHAR2 64 Indicates the Elapsed status of Object.
DATE_PROCESSED TIMESTAMP Date the job processed this data row.
START_DATE TIMESTAMP Date this data row is introduced. Used to compute time elapsed compared to expiry date.
EXPIRY_DATE TIMESTAMP Expiry date of this object row based on the configured template condition.
OBJECT_NUMBER VARCHAR2 30 Reference Number of the parent object for the Elapsed time Job.
RETRY_COUNT NUMBER 1 Number of time this data row was tried by the runtime.
DETAILS VARCHAR2 1000 Any message need capturing while processing this data row.
OBJECT_VALUE TIMESTAMP Indicates the date and time of the object last modification or creation date and time based on template condition. Obsolete
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
CREATED_BY VARCHAR2 64 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
SVC_WF_ETT_DATAN1_ Non Unique Default ETT_DATA_ID
SVC_WF_ETT_DATAU1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, ETT_DATA_ID