VCS_FRCST_RESPONSE_HDR_INT

VCS_FRCST_RESPONSE_HDR_INT contains the plan information for an order response.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

VCS_FRCST_RSPNS_HDR_PK

RESPONSE_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
RESPONSE_HEADER_ID NUMBER 18 Yes Primary key identifying the header record.
COMMITTED_BY_PARTY VARCHAR2 10 Role of user requesting the processing of commits.
PUBLISHER_ORDER_TYPE VARCHAR2 30 Code that identifies the request. Valid values are "SUPPLY_FORECAST" and "SUPPLY_COMMIT".
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.
COLLABORATION_PLAN VARCHAR2 256 Provides collaboration name or plan scenario name.
SUPPLIER_NUMBER VARCHAR2 30 Identifies the registered number of supplier where the goods will be shipped from.
SUPPLIER_NAME VARCHAR2 360 Identifies the supplier where the goods will be shipped from.
SUPPLIER_DUNS_NUMBER_C VARCHAR2 30 Identifies the DUNS number of supplier where the goods will be shipped from.
SUPPLIER_SITE_CODE VARCHAR2 240 Identifies the supplier site where the goods will be shipped from.
ERROR_MESSAGE_CODE VARCHAR2 30 Error message code to capture the reason for failure.
ERROR_MESSAGE VARCHAR2 400 Error message text to capture the reason for failure.
SUPPLIER_ID NUMBER 18 Unique Identifier of the supplier where the goods will be shipped from.
SUPPLIER_SITE_ID NUMBER 18 Unique Identifier of the supplier site where the goods will be shipped from.
PRC_BU_ID NUMBER 18 Procurement business unit Identifier
PRC_BU_NAME VARCHAR2 240 Business unit name utilized by Procurement
COLLAB_SOURCE_ID NUMBER 18 Unique identifier of the collaboration plan.
SHIP_FROM_ID NUMBER 18 Unique identifier of the internal participant record that maps to the supplier and supplier site.
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.
COMMIT_FILE_UPLOAD_ID NUMBER 18 Unique identifier of the uploaded file and its details.
STATUS_CODE VARCHAR2 30 Status of the record. Valid values "SUCCESS", "FAILURE".

Indexes

Index Uniqueness Tablespace Columns
VCS_FRCST_RSPNS_HDR_INT_U1 Unique Default RESPONSE_HEADER_ID