VCS_REF_MEASURES_HIST
Identifies historical additional measures for each collaboration entry per bucket.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VCS_REF_MEASURES_HIST_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 circuits 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 who 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'. | ||
| QUANTITY | NUMBER | Identifies the requested quantity of a bucket | |||
| 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 | |
| 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. | ||
| REF_HEADER_NUMBER | VARCHAR2 | 64 | The Reference Header Number for an internal additional measure. | ||
| REF_LINE_NUMBER | VARCHAR2 | 64 | The Reference Line Number for an internal additional measure. | ||
| REF_LINE_LOCATION_NUMBER | VARCHAR2 | 64 | Reference Line Location Number. | ||
| 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_HIST_N1 | Non Unique | Default | COLLAB_ENTRY_ID |
| VCS_REF_MEASURES_HIST_U1 | Unique | Default | REF_DETAIL_ID |