FUN_WF_UPLOAD_ERRORS
This table contains data related to the errors occurred as part of spreadsheet upload through which approval rules are created.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FUN_WF_UPLOAD_ERRORS_PK |
ERROR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ERROR_ID | NUMBER | 18 | Yes | Primary key and identifier for error message. | |
| UPLOAD_ID | NUMBER | 18 | Yes | Foreign key reference identifier to the FUN_WF_RULE_UPLOADS table. | |
| ERROR_NUMBER | NUMBER | 9 | Serial number by which errors are displayed on the UI. | ||
| RULE_DESCRIPTION | VARCHAR2 | 1000 | Rule identifier on the spreadsheet or UI against which the error has occurred. If there are any validation failures then the whole configuration set is not stored. | ||
| DATA_SET_NAME | VARCHAR2 | 1000 | Name of the data set used while creating the approval rule. | ||
| MESSAGE_DESCRIPTION | VARCHAR2 | 1000 | Error message description indicating the validation failure that is preventing creation of the rule. | ||
| MESSAGE_NAME | VARCHAR2 | 64 | Yes | Message name in the FND_MESSAGES table to extract the message. | |
| TOKEN_NAME_1 | VARCHAR2 | 64 | Name of token 1 that is passed onto a message as a variable for each message. | ||
| TOKEN_VALUE_1 | VARCHAR2 | 128 | Value of token 1 that is passed onto a message as a variable for each message. | ||
| TOKEN_NAME_2 | VARCHAR2 | 64 | Name of token 2 that is passed onto a message as a variable for each message. | ||
| TOKEN_VALUE_2 | VARCHAR2 | 128 | Value of token 2 that is passed onto a message as a variable for each message. | ||
| TOKEN_NAME_3 | VARCHAR2 | 64 | Name of token 3 that is passed onto a message as a variable for each message. | ||
| TOKEN_VALUE_3 | VARCHAR2 | 128 | Value of token 3 that is passed onto a message as a variable for each message. | ||
| TOKEN_NAME_4 | VARCHAR2 | 64 | Name of token 4 that is passed onto a message as a variable for each message. | ||
| TOKEN_VALUE_4 | VARCHAR2 | 128 | Value of token 4 that is passed onto a message as a variable for each message. | ||
| TOKEN_NAME_5 | VARCHAR2 | 64 | Name of token 5 that is passed onto a message as a variable for each message. | ||
| TOKEN_VALUE_5 | VARCHAR2 | 128 | Value of token 5 that is passed onto a message as a variable for each message. | ||
| 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_UPLOAD_ERRORS | fun_wf_rule_uploads | UPLOAD_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FUN_WF_UPLOAD_ERRORS_FK1 | Non Unique | Default | UPLOAD_ID |
| FUN_WF_UPLOAD_ERRORS_PK | Unique | Default | ERROR_ID |