FFS_CONFIG_PENDING_ACTION
Changes in configuration that require additional processing.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_CONFIG_PENDING_ACTION_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RECORD_ID | NUMBER | 10 | Yes | Unique identifier of this record. | |
| PENDING_ACTION_ID | NUMBER | 10 | Yes | ID of the action that is to be performed. | |
| OBJECT_ID | NUMBER | 10 | Yes | ID of the object the action is to be performed for. | |
| ACTION_LOG_ID | NUMBER | 19 | Yes | ID of a corresponsing action_log record. | |
| PENDING_OBJECT_STATUS | VARCHAR2 | 11 | Business rules recalculation status. (stats keys,work zones, work skills etc.). | ||
| RETRY_COUNT | NUMBER | 10 | Yes | Business rules recalculation updates retry count. | |
| PENDING_OBJECT_ERR | VARCHAR2 | 1020 | Business rules recalculation errors during execution. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_CONFIG_PENDING_ACTION_PK | Unique | DATA | RECORD_ID |