VCS_RELATIONSHIPS_B

Represents a relationship between partner sites in the Supplier Network

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_RELATIONSHIPS_B_PK

RELATIONSHIP_ID

Columns

Name Datatype Length Precision Not-null Comments
RELATIONSHIP_ID NUMBER 18 Yes Primary Key for the VCS_RELATIONSHIP table
RELATIONSHIP_NUMBER NUMBER 9 Yes Unique number that will define the relationship to the user.
START_DATE DATE Column used to provide the Start Date for the Relationship
END_DATE DATE Column used to provide the End Date for the Relationship
TO_NODE_ID NUMBER 18 Foreign Key to the VCS_PARTICIPANTS table to indicate a destination node
FROM_NODE_ID NUMBER 18 Foreign Key to the VCS_PARTICIPANTS table to indicate a source node
ITEM_ID NUMBER 18 Yes Item involved in the relationship that points to EGP_SYSTEM_ITEMS_VL table
ITEM_ORG_ID NUMBER 18 Yes Organization associated with the item involved in the relationship.
RELATIONSHIP_TYPE_CODE VARCHAR2 32 Yes A code that indicates what type of relationship this row is.
DROP_SHIP_FLAG VARCHAR2 1 Yes A column heading that identifies the collaboration relationship as drop ship.
SOURCE_SYSTEM_CODE VARCHAR2 30 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 Status
VCS_RELATIONSHIPS_B_N1 Non Unique Default ITEM_ID, ITEM_ORG_ID Obsolete
VCS_RELATIONSHIPS_B_N2 Non Unique Default FROM_NODE_ID Obsolete
VCS_RELATIONSHIPS_B_N3 Non Unique Default ITEM_ID, ITEM_ORG_ID, SOURCE_SYSTEM_CODE, FROM_NODE_ID, TO_NODE_ID, START_DATE, END_DATE
VCS_RELATIONSHIPS_B_U1 Unique Default RELATIONSHIP_ID