FFS_INVENTORY
Used to store all inventory items.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_INVENTORY_PK |
INVENTORY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ARCH_DATE | DATE | Yes | DB record partitioning date. Set automatically by DB Optimization job. | ||
INVENTORY_ID | NUMBER | 10 | Yes | Unique identifier of Inventory, automatically populated by the system. | |
POOL | VARCHAR2 | 9 | Pool that inventory relaets to. Possible values: 'customer', 'install', 'deinstall', 'provider'. Default value: 'customer'. | ||
RESOURCE_ID | NUMBER | 8 | Relation to FFS_RESOURCE.RESOURCE_ID value. Resource which the inventory belongs to. | ||
ACTIVITY_ID | NUMBER | 10 | Relation to FFS_ACTIVITY.ACTIVITY_ID value. Activity which the inventory belongs to. | ||
TYPE | NUMBER | 10 | Yes | Relation to FFS_INVENTORY_TYPE.TYPE_ID value. | |
SERIAL_NUMBER | VARCHAR2 | 512 | Serial number in case of Serialized Inventory. | ||
EXCHANGED_INVENTORY_ID | NUMBER | 10 | Relation to FFS_INVENTORY.INVENTORY_ID value. The ID of inventory which was changed by the current inventory. | ||
QUANTITY | NUMBER | Yes | Quantity in case of Non-Serialized Inventory. | ||
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_INVENTORY_N1 | Non Unique | DATA | ACTIVITY_ID |
FFS_INVENTORY_N2 | Non Unique | DATA | RESOURCE_ID |
FFS_INVENTORY_PK | Unique | DATA | INVENTORY_ID |