INV_ONHAND_ACTIONS
INV_ONHAND_ACTIONS is a table to track the actions performed from the Manage Item Quantities UI.
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
INV_ONHAND_ACTIONS_PK |
REFERENCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REFERENCE_ID | NUMBER | 18 | Yes | This is the primary key for identifying the request. | |
ACTION_SOURCE_CODE | VARCHAR2 | 30 | This is to identify source UI of the action. | ||
ORGANIZATION_ID | NUMBER | 18 | Yes | This identifies the inventory organization. | |
REFERENCE_NUMBER | VARCHAR2 | 200 | Unique Identifier for the document. | ||
REFERENCE_TYPE | VARCHAR2 | 30 | Yes | Type of the reference document created. | |
TOTAL_LINES | NUMBER | 18 | Yes | Total number of lines in the document. | |
REQUESTED_DATE | TIMESTAMP | Yes | Date on which document was created. | ||
FULFILL_DATE | TIMESTAMP | Date on which document was completed. | |||
STATUS_CODE | VARCHAR2 | 32 | This is the status of the document. | ||
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to 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. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
INV_ONHAND_ACTIONS_U1 | Unique | Default | REFERENCE_ID |