DOO_ACTIVITIES

Stores details for orchestration activities

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_ACTIVITIES_PK

ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_ID NUMBER 18 Yes Unique identifier for the activity instance.
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.
TASK_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier for the task instance
SUBJECT VARCHAR2 256 Indicates the main topic, such as a subject line.
DESCRIPTION VARCHAR2 1000 Statement, picture in words, or account that describes; descriptive representation of an activity.
TARGET_ACTIVITY_ID VARCHAR2 30 Primary Key for the actual activity record in the Activity system.
TARGET_ACTIVITY_SYSTEM VARCHAR2 50 The source system code for the Activity system.
TARGET_ACTIVITY_NUMBER VARCHAR2 50 Identifier for the actual activity record in the Activity system
ACTIVITY_TYPE_CODE VARCHAR2 30 A scheme or system of classification or categorization for a specific activity.
PERCENTAGE_COMPLETE NUMBER 3 Numeric value from 0-100 reflecting the progress an activity is making towards completion.
TARGET_TEMPLATE VARCHAR2 256 Primary key for the activity template. Activity template is the blueprint for an activity with pre-filled default values and is defined in the Activity system.
REQUEST_SENT_DATE DATE The date when the request is sent to the fulfillment system.
SCHEDULE_DURATION NUMBER The expected length of time that an activity will take to complete.
SCHEDULE_DURATION_UOM VARCHAR2 30 Unit of measure for the scheduled duration.
ACTUAL_DURATION NUMBER The actual length of time that an activity takes to complete.
ACTUAL_DURATION_UOM VARCHAR2 30 Unit of measure for the actual duration.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ACTIVITIES doo_task_instances TASK_INSTANCE_ID
doo_activities_eff_b doo_activities ACTIVITY_ID
doo_activity_details doo_activities ACTIVITY_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ACTIVITIES_FK1 Unique Default TASK_INSTANCE_ID
DOO_ACTIVITIES_N1 Non Unique Default TARGET_ACTIVITY_SYSTEM, TARGET_ACTIVITY_ID
DOO_ACTIVITIES_N2 Non Unique Default TARGET_ACTIVITY_SYSTEM, TARGET_ACTIVITY_NUMBER
DOO_ACTIVITIES_PK Unique Default ACTIVITY_ID