FUN_WF_STAGES

This table contains approval stage data. Approval stage can be like invoice document approval stage and invoice line level approval stage.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_WF_STAGES_PK

STAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
STAGE_ID NUMBER 18 Yes Stage identifier and primary key.
UPLOAD_ID NUMBER 18 Yes Foreign key reference identifier to the FUN_WF_RULE_UPLOADS table.
PARENT_STAGE_ID NUMBER 18 Parent stage identifier to represent the stage in a sequential order.
GROUP_ID NUMBER 18 Identifier that the stages are at the same level and in parallel to each other.
PARENT_GROUP_ID NUMBER 18 Parent stage group identifier to represent the stage group in sequential order.
STAGE_KEY VARCHAR2 512 Stage key in the resource bundle.
STAGE_NAME VARCHAR2 1000 Stage name on the BPM worklist application.
REPETITIVE_FLAG VARCHAR2 1 Yes Indicates if approval stage needs to be repeated in evaluation of approval rules.
COLLECTION_NAME VARCHAR2 512 Name of the collection to be iterated in case of repetitive stage.
DEFAULT_DIMENSION_FUNCTION VARCHAR2 512 Function to be used to populate the dimension id in the V2 list builder after unified decision service uptake.
IGNORE_STAGE_FLAG VARCHAR2 1 Yes Indicates whether the stage is ignored.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_WF_STAGES fun_wf_rule_uploads UPLOAD_ID
fun_wf_participants fun_wf_stages STAGE_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_WF_STAGES_FK1 Non Unique Default UPLOAD_ID
FUN_WF_STAGES_PK Unique Default STAGE_ID