VCS_COLLAB_DETAILS_INT

VCS_COLLAB_DETAILS_INT contains the quantity and date information for a given order that has been published for collaboration.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

VCS_COLLAB_DETAILS_INT_PK

COLLAB_DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
COLLAB_DETAILS_ID NUMBER 18 Yes Specifies the unique ID of the collaboration details record
HEADER_KEY VARCHAR2 64 Used only during import transaction to link VCS_COLLAB_HEADER data to a VCS_COLLAB_DETAILS. This must be unique within the VCS_COLLAB_HEADER_INT import collection.
REF_HEADER_NUMBER VARCHAR2 64 Identifies the reference header for an additional measure originating from an external data source. Oracle cloud additional measures should be identified using the REF_HEADER_ID column.
REF_LINE_NUMBER VARCHAR2 64 Identifies the reference line for an additional measure originating from an external data source. Oracle cloud additional measures should be identified using the REF_LINE_ID column.
REF_LINE_LOCATION_NUMBER VARCHAR2 64 Identifies the reference line location for an additional measure originating from an external data source. Oracle cloud additional measures should be identified using the REF_LINE_LOCATION_ID column.
HEADER_ID NUMBER 18 Yes Specifies the ID of the collaboration header
COLLAB_SOURCE_ID NUMBER 18 Yes Used to tie back to a VCS_COLLAB_SOURCE_INT record. Used to tie back to VCS_COLLAB_HEADER_INT in conjunction with HEADER_ID
QUANTITY NUMBER Identifies the quantity of a bucket.
QUANTITY_UOM VARCHAR2 32 Identifies the UOM for the quantity.
PUBLISHER_ORDER_TYPE VARCHAR2 32 Yes A code representing the order type.
BUCKET_TYPE VARCHAR2 32 Yes ID indicating type of the bucket. LOV: daily, weekly, monthly, yearly
BKT_START_DATE DATE Yes Date indicating the start of the bucket
BKT_END_DATE DATE Yes Date indicating the end of the bucket
LOAD_REQUEST_ID NUMBER 18 Yes Identifies the instance that loads the data
OWNING_APP_ID VARCHAR2 4 Yes Identifies the application that will handle the data
REF_HEADER_ID NUMBER 18 The reference header for an internal additional measure. Read only reference measures like Purchase Orders require a Reference Header, Line and Location identifying data.
REF_LINE_ID NUMBER 18 The reference line for an internal additional measure. Read only reference measures like Purchase Orders require a Reference Header, Line and Location identifying data.
REF_LINE_LOCATION_ID NUMBER 18 The reference line location for an internal additional measure. Read only reference measures like Purchase Orders require a Reference Header, Line and Location identifying data.
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.

Indexes

Index Uniqueness Tablespace Columns Status
VCS_COLLAB_DETAILS_INT_N1 Non Unique Default COLLAB_SOURCE_ID, HEADER_ID Obsolete
VCS_COLLAB_DETAILS_INT_N10 Non Unique Default COLLAB_SOURCE_ID, HEADER_ID, OWNING_APP_ID, PUBLISHER_ORDER_TYPE, BKT_START_DATE, QUANTITY, BKT_END_DATE, BUCKET_TYPE
VCS_COLLAB_DETAILS_INT_N2 Non Unique Default COLLAB_SOURCE_ID, HEADER_ID, HEADER_KEY
VCS_COLLAB_DETAILS_INT_U1 Unique FUSION_TS_TX_IDX COLLAB_DETAILS_ID