FFS_ACTIVITY_MOVE_LOG_INV
Stores a history of inventory move operations performed by automatic routing.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_ACTIVITY_MOVE_LOG_INV_PK |
LOG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LOG_ID | NUMBER | 19 | Yes | Unique identifier of the log record. | |
ACTION_ID | NUMBER | 19 | Yes | PK from action_id, autoincrements on server side. | |
ACTIVITY_ID | NUMBER | 10 | Yes | Identifier of the activity used to patch inventory reservation on rollbackm. | |
QUANTITY | NUMBER | Yes | Inventory Reservation - Quantity, can be negative. | ||
MODEL | VARCHAR2 | 1020 | Inventory Reservation - reserved model. | ||
TYPE_ID | NUMBER | 10 | Yes | Inventory Reservation - Refrenece to Inventoty Type Id. | |
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_MOVE_LOG_INV_PK | Unique | DATA | LOG_ID |