FUN_WF_DATASET_ASSIGNEES

This table contains assignee information required to evaluate the data set rule sheet of the workflow rules spreadsheet. For data set rule evaluation, the main sheet conditions must be met.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_WF_DATASET_ASSIGN_PK

DATASET_ASSIGNEE_ID

Columns

Name Datatype Length Precision Not-null Comments
DATASET_ASSIGNEE_ID NUMBER 18 Yes Rule assignee identifier. It is used as the primary key.
ACTION_ID NUMBER 18 Yes Foreign key reference identifier to the fun_wf_actions table.
ASSIGNEE_NAME VARCHAR2 256 Assignee information required for approval. It is based on the user, role, or approval group.
AT_LEAST_LEVELS NUMBER 18 Lowest level in approval hierarchy.
AT_MOST_LEVELS NUMBER 18 Highest level in approval hierarchy.
START_PARTICIPANT_FUNCTION VARCHAR2 256 Hierarchy provider function for the lowest level user in approval hierarchy.
START_PARTICIPANT_USER_NAME VARCHAR2 256 Lowest level user in approval hierarchy.
START_PARTICIPANT_LB VARCHAR2 64 List builder type for the lowest level user in approval hierarchy.
TOP_PARTICIPANT_FUNCTION VARCHAR2 256 Hierarchy provider function for the highest level user in approval hierarchy.
TOP_PARTICIPANT_USER_NAME VARCHAR2 256 Highest level user in approval hierarchy.
TOP_PARTICIPANT_LB VARCHAR2 64 List builder type for the highest level user in approval hierarchy.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_WF_DATASET_ASSIGNEES fun_wf_actions ACTION_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_WF_DATASET_ASSIGN_N1 Non Unique Default ACTION_ID
FUN_WF_DATASET_ASSIGN_U1 Unique Default DATASET_ASSIGNEE_ID