VCS_SUPPLIER_ON_HAND
Identifies on-hand data for a given supplier for a particular item.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VCS_SUPPLIER_ON_HAND_PK |
SUPPLIER_ON_HAND_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUPPLIER_ON_HAND_ID | NUMBER | 18 | Yes | Identifies the supplier on-hand record. | |
| COLLABORATION_ITEM_ID | NUMBER | 18 | Yes | Identifies the inventory item in Supply Chain Collaboration. | |
| VENDOR_ID | NUMBER | 18 | Yes | Identifies the supplier where the goods will be shipped from. | |
| VENDOR_SITE_ID | NUMBER | 18 | Yes | Identifies the supplier site where the goods will be shipped from. | |
| BASE_QUANTITY | NUMBER | Yes | Total supplier on-hand quantity in base unit of measure. | ||
| BASE_UOM_CODE | VARCHAR2 | 3 | Yes | Unit of measure for the supplier on-hand quantity. | |
| QUANTITY | NUMBER | Yes | Total published supplier on-hand quantity in published unit of measure. | ||
| UOM_CODE | VARCHAR2 | 3 | Yes | Unit of measure for the published supplier on-hand quantity. | |
| PUBLISHED_BY_PARTY | VARCHAR2 | 30 | Yes | The type of user who published the on-hand quantity. The allowed values in this column are 'ORA_VCS_ENTERPRISE_VAL' and 'ORA_VCS_SUPPLIER_VAL'. | |
| PUBLISHED_BY | NUMBER | 18 | Yes | The user who published supplier on-hand quantity. | |
| PUBLISHED_DATE | TIMESTAMP | Yes | The date the on-hand quantity was published. | ||
| STATUS_CODE | VARCHAR2 | 32 | Identifies if the supplier on-hand quantity has been pushed to collaboration order forecasts. | ||
| 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. | ||
| 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 | Status |
|---|---|---|---|---|
| VCS_SUPPLIER_ON_HAND_N1 | Non Unique | Default | COLLABORATION_ITEM_ID | Obsolete |
| VCS_SUPPLIER_ON_HAND_U1 | Unique | Default | SUPPLIER_ON_HAND_ID | |
| VCS_SUPPLIER_ON_HAND_U2 | Unique | Default | COLLABORATION_ITEM_ID, VENDOR_ID, VENDOR_SITE_ID |