FND_APPROVALS_INGEST_ERROR
Stores task information for Approvals V2 ingestion for tasks that have errored and need to be retried.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FND_APPRV_ING_ERROR_PK1 |
TASK_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TASK_ID | VARCHAR2 | 64 | Yes | The id of the task which has failed to ingest. | |
ERROR_CODE | VARCHAR2 | 64 | Yes | A code that gives an indication of where in the pipeline the failure occurred | |
RETRIES | NUMBER | Number of times task ingestion has been tried. | |||
INDEX_NAME | VARCHAR2 | 256 | Name of index the task was writing to | ||
ERROR_MESSAGE | CLOB | Used to store additional metadata about the failure to help resolve issues | |||
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 | Yes | Who column: indicates the session login associated to the user who last updated the row. | |
OBJECT_VERSION_NUMBER | NUMBER | 9 | 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_APPROVALS_INGEST_ERROR_N1 | Unique | Default | TASK_ID |