FFS_ACTIVITY_REQ_INVENTORY
Contains inventory items required to perform particular activities.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_ACTIVITY_REQ_INVENTORY_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ARCH_DATE | DATE | Yes | DB record partitioning date. Set automatically by DB Optimization job. | ||
ID | NUMBER | 10 | Yes | Unique identifier of Required Inventory, automatically populated by the system. | |
ACTIVITY_ID | NUMBER | 10 | Yes | Relation to FFS_ACTIVITY.ACTIVITY_ID value. ID of the Activity the Inventory is required for. | |
TYPE_ID | NUMBER | 10 | Yes | Relation to FFS_INVENTORY_TYPE.TYPE_ID value. ID of the Required Inventory type. | |
QUANTITY | NUMBER | Yes | Quantity of Inventory which is required. | ||
MODEL | VARCHAR2 | 1020 | Model of Inventory type which is required. | ||
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_ACTIVITY_REQ_INVENTORY_N1 | Non Unique | DATA | ACTIVITY_ID |
FFS_ACTIVITY_REQ_INVENTORY_PK | Unique | DATA | ID |