VCS_DEMAND_MEASURES

VCS_DEMAND_MEASURES contains measure data for demand forecast.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_IDX

Primary Key

Name Columns

vcs_demand_measures_PK

MEASURE_DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
MEASURE_DETAILS_ID NUMBER 18 Yes Value that uniquely identifies the measure detail.
IDENTITY_ID NUMBER 18 Yes Value that identifies the demand collaboration identity entry in VCS_DEMAND_COLLAB_IDENTITY.
MEASURE_TYPE_CODE VARCHAR2 30 Yes Abbreviation that identifies the measure used for collaboration.
CURRENT_CYCLE_FLAG VARCHAR2 1 Yes A flag that identifies current cycle measure data.
QUANTITY NUMBER Yes Indicates the quantity of the measure detail.
MEASURE_DATE DATE Yes Indicates the date associated to the measure detail quantity.
PUB_BY_USERNAME VARCHAR2 64 Yes Indicates the user who published the measure detail.
PUB_DATE TIMESTAMP Yes Indicates the date the measure detail was published.
PUB_SOURCE_CODE VARCHAR2 30 Yes The source of the measure detail.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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_DEMAND_MEASURES_N1 Non Unique Default IDENTITY_ID, CURRENT_CYCLE_FLAG, MEASURE_DATE
VCS_DEMAND_MEASURES_U1 Unique Default MEASURE_DETAILS_ID