EGO_GT_GUIDED_TASKS_B

Table that contains header information of Guided Task.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_GT_GUIDED_TASKS_B_PK

GUIDED_TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
GUIDED_TASK_ID NUMBER 18 Yes Unique identifier of Guided Task.
VISIBILITY VARCHAR2 150 Indicates whether the Guided Task is secured or not. Guided Task can be secured by role, user or can be public.
OBJECT_CODE VARCHAR2 150 Yes Refers to seeded Object Code: Item Component or Approver.
STATUS VARCHAR2 100 Yes Table column indicating Guided Task Status: not_started, submitted, error or successful.
IMAGE BLOB Used to store images for Guided Tasks.
GLOBAL_CONTEXT VARCHAR2 3000 Used to store global context search attributes of a Guided Task.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ego_gt_instances ego_gt_guided_tasks_b GUIDED_TASK_ID
ego_gt_steps_b ego_gt_guided_tasks_b GUIDED_TASK_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_GT_GUIDED_TASKS_B_U1 Unique FUSION_TS_TX_IDX GUIDED_TASK_ID