VCS_DEMAND_MEASURE_ATTRIBUTES
VCS_DEMAND_MEASURE_ATTRIBUTES contains the attribute of a demand collaboration measure.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VCS_DEMAND_MEASURE_ATTRIB_PK |
MEASURE_ATTRIBUTE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MEASURE_ATTRIBUTE_ID | NUMBER | 18 | Yes | Value that uniquely identifies the measure attribute. | |
| 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. | |
| TOTAL_QUANTITY | NUMBER | The sum of measure quantities within the collaboration boundary. | |||
| PUBLISH_DATE | TIMESTAMP | Indicates the date and time the measure data was published. | |||
| PUBLISH_BY_USERNAME | VARCHAR2 | 64 | Indicates the user who published the measure data. | ||
| PUBLISH_BY_PARTY_CODE | VARCHAR2 | 30 | Indicates the party that published the measure data. | ||
| PUBLISH_SOURCE_CODE | VARCHAR2 | 30 | Identifies the source of the published measure data. | ||
| START_DATE | DATE | The date indicating the first day Customer Demand data was processed. | |||
| END_DATE | DATE | The date indicating the last day Customer Demand data was processed. | |||
| EDIT_START_DATE | DATE | The date indicating the first day Customer Demand data is editable. | |||
| EXPIRATION_DATE | DATE | Indicates the date and time the measure data expired. | |||
| EXPIRATION_PROCESS_ID | NUMBER | 18 | Identifies the process that was used to expire the measure. | ||
| PUBLISH_SOURCE_NAME | VARCHAR2 | 360 | Indicates the latest name of the publish source that populated data in the interface tables. | ||
| PUBLISH_PROCESS_ID | NUMBER | 18 | Identifies the latest schedule process that populated data in the interface tables. | ||
| PUBLISH_CALENDAR | VARCHAR2 | 30 | Indicates the latest name of the publishing calendar used to populated data in the interface tables. | ||
| 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. | |
| INTEGRATION_STATUS_CODE | VARCHAR2 | 30 | Identifies the current integration status of the document measure. | ||
| LAST_RECEIVED_DATE | TIMESTAMP | The date this collaboration measure was last published the specified target. | |||
| DATA_RECEIVED_FLAG | VARCHAR2 | 1 | A flag that identifies data received for non-expiring measure data. | ||
| NEW_CYCLE_PROCESS_ID | NUMBER | 18 | Identifies the process that was used to start a new demand cycle for non-expiring measure data. | ||
| CYCLE_START_DATE | DATE | Indicates the cycle start date for measures. | |||
| PREVIOUS_TOTAL_QUANTITY | NUMBER | The sum of measure quantities within the collaboration boundary for previous cycle measure. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VCS_DEMAND_MEASURE_ATTRIB_N1 | Non Unique | Default | IDENTITY_ID, MEASURE_TYPE_CODE |
| VCS_DEMAND_MEASURE_ATTRIB_U1 | Unique | Default | MEASURE_ATTRIBUTE_ID |