FUN_WF_RULE_UPLOADS

This table contains data related to the spreadsheet uploads through which approval rules are created.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_WF_RULE_UPLOADS_PK

UPLOAD_ID

Columns

Name Datatype Length Precision Not-null Comments
UPLOAD_ID NUMBER 18 Yes Spreadsheet upload identifier and primary key.
WORKFLOW_ID NUMBER 18 Foreign key reference identifier to the FUN_WORKFLOWS_B table.
ACTIVE_FLAG VARCHAR2 1 Yes Indicates whether this rule version is the running version in BPM.
COMMENTS VARCHAR2 1000 User comments entered as part of spreadsheet upload.
UPLOAD_STATUS_CODE VARCHAR2 30 Lookup code to show the upload job status.
JOB_STATUS_CODE VARCHAR2 64 Status of the ESS process which was initiated when rules are uploaded through spreadsheet.
START_DATE TIMESTAMP Instance of time in DB timezone when the rule version becomes active in BPM. This is used during auditing and purging.
END_DATE TIMESTAMP Instance of time in DB timezone when the rule version is inactivated in BPM. This is used during auditing and purging.
COMPOSITE_REVISION VARCHAR2 400 Version of the deployed composite on server where approval rules got configured.
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.
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_RULE_UPLOADS fun_workflows_b WORKFLOW_ID
fun_wf_stages fun_wf_rule_uploads UPLOAD_ID
fun_wf_datasets fun_wf_rule_uploads UPLOAD_ID
fun_wf_configurations fun_wf_rule_uploads UPLOAD_ID
fun_wf_upload_errors fun_wf_rule_uploads UPLOAD_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_WF_RULE_UPLOADS_FK1 Non Unique Default WORKFLOW_ID
FUN_WF_RULE_UPLOADS_PK Unique Default UPLOAD_ID