FFS_INVENTORY_HISTORY
Contains an inventory modification history to be shown on a corresponding screen.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INVENTORY_ID | NUMBER | 10 | Yes | Relation to FFS_INVENTORY.INVENTORY_ID value. The ID of Inventory related to the history log record. | |
| ACTION_ID | NUMBER | 19 | Yes | Unique identifier of Inventory History, automatically populated by the system. | |
| ACTION_TIME | TIMESTAMP | Time when action was recorded in DB (GMT). | |||
| OPERATION_TIME | TIMESTAMP | Time when operation is performed by user (GMT). | |||
| TRANSACTION_ID | NUMBER | 19 | Yes | Sequential ID of transaction that defines an order of operations inside of the system. | |
| INTERFACE | NUMBER | 3 | Yes | Group of screens or a module the corresponding action has been invoked from. | |
| SCREEN_ID | NUMBER | 10 | Yes | ID of the screen the action is performed from (reserved for a future use). | |
| USER_ID | NUMBER | 18 | Relation to FFS_USER.USER_ID value. ID of the user the operation is performed by. | ||
| USER_AGENT_ID | NUMBER | 8 | Relation to FFS_HTTP_USER_AGENT.ID value. | ||
| OPERATION | VARCHAR2 | 20 | Identifier of the performed operation. | ||
| RESOURCE_ID | NUMBER | 8 | Relation to FFS_RESOURCE.RESOURCE_ID value. ID of the resource the inventory record is assigned to. | ||
| ACTIVITY_ID | NUMBER | 10 | Relation to FFS_ACTIVITY.ACTIVITY_ID value. ID of the activity the inventory is assigned to. | ||
| POOL | VARCHAR2 | 10 | Pool that inventory relaets to. Possible values: 'customer', 'install', 'deinstall', 'provider'. | ||
| NEW_VALUE | CLOB | New values Of affected fields and properties. | |||
| 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. | ||
| INVENTORY_HISTORY_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_INVENTORY_HISTORY_N1 | Non Unique | DATA | ACTIVITY_ID |
| FFS_INVENTORY_HISTORY_N2 | Non Unique | DATA | INVENTORY_ID |
| FFS_INVENTORY_HISTORY_U1 | Unique | DATA | INVENTORY_HISTORY_ID |