FUN_WF_HISTORY_LINES

FUN_WF_HISTORY_LINES contains the approval and rejection history of each submission that passes through the Approval Workflow process. This table is for capturing the complete history and submission details.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

fun_wf_history_lines_PK

HISTORY_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
HISTORY_LINE_ID NUMBER 18 Yes Identifier for every record created under approval cycle.
APPLICATION_ID NUMBER 18 Unique application identification number..
HISTORY_ID NUMBER 18 Yes Identifier that correlates the table FUN_WF_HISTORY with the table FUN_WF_HISTORY_LINES.
ACTION_CODE VARCHAR2 30 Action performed on the transaction.Values are derived from the lookup type ORA_FUN_APPROVAL_ACTION.
ACTED_BY VARCHAR2 1000 User who performed the action on the transaction.
ACTION_DATE TIMESTAMP Date when an assignee performed an action on a particular workflow task.
TASK_NUMBER NUMBER 38 Task number of the notification assignment.
TASK_ID VARCHAR2 64 Task ID of the notification assignment.
HISTORY_HASHCODE VARCHAR2 250 Stores the hash code keys for comments, attachments, or history records. Hash code keys are 20 characters long. The application can store a maximum of 11 hash codes separated by comma. As a result, the length limit for the column is 229 characters, including commas.
PARTICIPANT_NAME VARCHAR2 200 Participant Name where the workflow rule is defined.
RULE_NAME VARCHAR2 4000 Workflow rule used for assigning the workflow task to the user.
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_HISTORY_LINES fun_wf_history HISTORY_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_WF_HISTORY_LINES_N1 Non Unique Default HISTORY_ID, APPLICATION_ID, HISTORY_HASHCODE
FUN_WF_HISTORY_LINES_PK Unique Default HISTORY_LINE_ID