VCS_COLLAB_BUSINESS_UNITS

Identifies business units used for collaboration.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_COLLAB_BUSINESS_UNITS_PK

COLLAB_BUSINESS_UNIT_ID

Columns

Name Datatype Length Precision Not-null Comments
COLLAB_BUSINESS_UNIT_ID NUMBER 18 Yes Specifies the unique ID of the collaboration business unit record.
ORGANIZATION_ID NUMBER 18 Yes Specifies the unique ID of the organization site associated with this collaboration business unit.
ORGANIZATION_CODE VARCHAR2 49 Yes Specifies the code of the organization site associated with this collaboration business unit.
SOURCE_SYSTEM_CODE VARCHAR2 30 The source system used for the product data model. If Oracle, organizations are defined in Oracle. If External, organizations are defined in Supply Chain Planning Cloud as an external planning source system.
PRC_BU_NAME VARCHAR2 240 Yes Specifies the name of the procurement business unit to use for collaboration.
SUPPLIER_NAME VARCHAR2 360 Yes Identifies the supplier associated with this collaboration business unit.
SUPPLIER_SITE_CODE VARCHAR2 240 Yes Identifies the supplier site associated with this collaboration business unit.
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_BUSINESS_UNITS_U1 Unique Default COLLAB_BUSINESS_UNIT_ID
VCS_COLLAB_BUSINESS_UNITS_U2 Unique Default ORGANIZATION_CODE, SOURCE_SYSTEM_CODE, SUPPLIER_NAME, SUPPLIER_SITE_CODE