VCS_FRCST_RESPONSE_DTL_INT
Captures the input payload of forecast response at detail level.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
VCS_FRCST_RSPNS_DTL_PK |
RESPONSE_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RESPONSE_DETAIL_ID | NUMBER | 18 | Yes | Primary key indentifying the record. | |
| COLLAB_IDENTITY_ID | NUMBER | 18 | Provides collab entry identification across multiple publish cycles. | ||
| INTERNAL_REQUEST_ID | NUMBER | 18 | Unique identifier of the rest request. | ||
| COMMIT_CORRELATION_CODE | VARCHAR2 | 100 | The Correlation ID represents the specific Item Forecast version. Commits will be made using the Correlation ID to specify which item forecast is being responded to. | ||
| RESPONSE_HEADER_ID | NUMBER | 18 | Yes | Unique identifier of the parent response header record. | |
| RESPONSE_LINE_ID | NUMBER | 18 | Unique identifier of the parent response line record. | ||
| 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. | |
| QUANTITY_UOM | VARCHAR2 | 30 | Unit of measure for the item used in the collaboration process. | ||
| QUANTITY | NUMBER | Used to capture Response Quantity or Commit Quantity | |||
| FORECAST_QUANTITY | NUMBER | Used to capture forecast quantity | |||
| BKT_START_DATE | DATE | Start date of the bucket for which the forecast is committed. | |||
| BKT_END_DATE | DATE | End date of the bucket for which the forecast is committed. | |||
| STATUS_CODE | VARCHAR2 | 30 | Status of the record. Valid values "SUCCESS", "FAILURE". | ||
| ERROR_MESSAGE_CODE | VARCHAR2 | 30 | Error message code to capture the reason for failure. | ||
| ERROR_MESSAGE | VARCHAR2 | 400 | Error message to capture the reason for failure. | ||
| UPLOAD_ROW_NUMBER | NUMBER | 9 | Row number of the record in upload file that failed with this validation. | ||
| COMMIT_REASON_CODE | VARCHAR2 | 30 | Abbrevation that identifies the reason the supplier couldn't fulfill their commitment |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VCS_FRCST_RSPNS_DTL_INT_N1 | Non Unique | Default | RESPONSE_HEADER_ID |
| VCS_FRCST_RSPNS_DTL_INT_N2 | Non Unique | Default | BKT_START_DATE, BKT_END_DATE |
| VCS_FRCST_RSPNS_DTL_INT_U1 | Unique | Default | RESPONSE_DETAIL_ID |