VCS_COLLAB_SOURCE

VCS_COLLAB_SOURCE contains the collaboration plan information, such as publish cycle dates.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

VCS_COLLAB_SOURCE_PK

COLLAB_SOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
COLLAB_SOURCE_ID NUMBER 18 Yes Primary key identifying a set of collaboration datal Active
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.
ORIGIN_SOURCE_CODE VARCHAR2 30 Yes Identifies the origin of the set of data Active
COLLAB_TYPE_CODE VARCHAR2 30 Identifies the type of the set of data Active
SCENARIO_ID NUMBER 18 Link to the associated collaboration scenario.
COLLAB_NAME VARCHAR2 30 Yes Provides short collaboration name. Active
DESCRIPTION VARCHAR2 100 Describes the collaboration process. Active
PARENT_COLLAB_SOURCE_ID NUMBER 18 Identifies the parent relationship within set of data. Active
COLLAB_VERSION NUMBER 4 Identifies the version of the collaboration
PUBLISH_CYCLE_START_DATE DATE The calculated start date based on the plan scenario publish cycle.
PUBLISH_CYCLE_END_DATE DATE The calculated end date based on the plan scenario publish cycle.
LATEST_COLLAB_VERSION NUMBER 4 Yes Identifies the latest version of the collaboration
COLLAB_BOUNDARY_TYPE_CODE VARCHAR2 30 Yes Identifies the boundary type to resolve the lower start date of the collaboration.
BOUNDARY_START_DATE DATE The date to be used as a lower boundary of collaboration.
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. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
LAST_PUBLISHED_DATE TIMESTAMP The most recent date forecast information was published.

Indexes

Index Uniqueness Tablespace Columns Status
VCS_COLLAB_PERIOD_U1 Unique FUSION_TS_TX_IDX COLLAB_SOURCE_ID Active
VCS_COLLAB_SOURCE_N1 Non Unique Default SCENARIO_ID