VCS_COLLAB_CANDIDATES_INT

VCS_COLLAB_CANDIDATES_INT captures converted relationship candidates that will be used to republish the collaboration order forecasts.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

VCS_COLLAB_CANDIDATES_PK

BATCH_ID, SUPPLY_PLAN, SHIP_FROM_SUPPLIER_ID, SHIP_FROM_SUPPLIER_SITE_ID, SHIP_TO_ORGANIZATION_ID, INVENTORY_ITEM_ID, SOURCE_SYSTEM_CODE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Identifies a group of converted relationship candidates that will be used to republish the collaboration order forecasts.
SUPPLY_PLAN VARCHAR2 30 Yes Identifies the supply plan name that created the relationship candidate.
SHIP_FROM_SUPPLIER_ID NUMBER 18 Yes Identifies the supplier where the goods will be shipped from.
SHIP_FROM_SUPPLIER_SITE_ID NUMBER 18 Yes Identifies the supplier site where the goods will be shipped from.
SHIP_TO_ORGANIZATION_ID NUMBER 18 Yes Identifies the organization where the goods will be shipped to.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the item that can be matched for a collaboration.
SOURCE_SYSTEM_CODE VARCHAR2 30 Yes The source system used for the product data model. If Oracle, item and organizations are defined in Oracle. If External, item and organizations are defined in Supply Chain Planning Cloud as an external planning source system.
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
VCS_COLLAB_CANDIDATES_INT_U1 Unique Default BATCH_ID, SUPPLY_PLAN, SHIP_FROM_SUPPLIER_ID, SHIP_FROM_SUPPLIER_SITE_ID, SHIP_TO_ORGANIZATION_ID, INVENTORY_ITEM_ID, SOURCE_SYSTEM_CODE