VCS_REF_MEASURES_AGGR

Identifies the additional measures for each collaboration entry per bucket aggregated by publisher_order_type.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_REF_MEASURES_AGGR_PK

REF_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
REF_DETAIL_ID NUMBER 18 Yes Primary key identifying a collaboration entry detail
COLLAB_ENTRY_ID NUMBER 18 Yes Identifies which collaboration entry the detail belong to
BUCKET_ID NUMBER 18 Yes ID of the bucket that short curcuits period bucket
PUBLISHER_ORDER_TYPE VARCHAR2 32 Yes A code representing the type of an order
RECEIVED_DATE TIMESTAMP Date received from VCP or uploaded from spreadsheet.
PUBLISHED_BY VARCHAR2 64 The user sho published the forecast for this bucket.
PUBLISHED_DATE TIMESTAMP Date available to Supplier in Supplier Portal.
PUBLISHED_BY_PARTY VARCHAR2 32 The type of user that performed forecast publishing. The allowed values in this column are 'ORA_VCS_PLAN_APP_VAL', 'ORA_VCS_ENTERPRISE_VAL', and 'ORA_VCS_SUPPLIER_VAL'.
CUMULATIVE_QUANTITY NUMBER The total quantity for the current item and all previous quantities within the item forecast.
CUMULATIVE_QUANTITY_UOM VARCHAR2 32 Identifies the requested quantity UOM of a bucket
COLLAB_SOURCE_ID NUMBER 18 Yes Identifies which collaboration source the detail belongs to
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.
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
VCS_REF_MEASURES_AGGR_N1 Non Unique Default COLLAB_ENTRY_ID, BUCKET_ID, PUBLISHER_ORDER_TYPE
VCS_REF_MEASURES_AGGR_N2 Non Unique Default COLLAB_ENTRY_ID, PUBLISHER_ORDER_TYPE, BUCKET_ID, CUMULATIVE_QUANTITY
VCS_REF_MEASURES_AGGR_U1 Unique Default REF_DETAIL_ID