VCS_UPLOADS

Identifies individual requests to track submitted import data.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_UPLOADS_PK

IMPORT_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_REQUEST_ID NUMBER 18 Yes Value that uniquely identifies user's request to import data.
PROCESS_ID NUMBER 18 Identifies the Process Collaboration Customer Demands scheduled process used to load the data into Supply Chain Collaboration.
LOAD_PROCESS_ID NUMBER 18 Identifies the process that was used to load data for the upload request.
DOCUMENT_ID NUMBER 18 Yes Identifies the attachment document id to process for the upload request.
PUB_BY_USERNAME VARCHAR2 30 Yes Indicates the user who made request to upload the data.
FILENAME VARCHAR2 512 Yes Name of the file uploaded to initiate the import process.
REQUESTED_BY_PARTY VARCHAR2 30 Yes Identifies type of the user that made an upload request to import the data.
STATUS_CODE VARCHAR2 30 Yes Identifies the current state of the import data upload request.
ERRORS_FLAG VARCHAR2 1 Yes Contains one of the following values: Y or N. If Y, then errors occurred during processing the import data request. If N, then errors did not occur. The default value is N.
NOTES VARCHAR2 512 Capture additional notes of the upload request.
DOCUMENT_TYPE_CODE VARCHAR2 60 Abbreviation provided by the document creator that uniquely identifies the type of document used for collaboration.
IS_INCREMENTAL_FLAG VARCHAR2 1 Yes Contains one of the following values: Y or N. If Y, then only the quantities for the dates provided will be updated. If N, then quantities for all dates will be updated. The default value is N.
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_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.
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.
INITIATE_PROCESSING_FLAG VARCHAR2 1 Yes Contains one of the following values: Y or N. If Y, the uploaded data is processed immediately. If N, the uploaded data is not processed immediately, but queued for processing.
PROCESS_COMPLETED_FLAG VARCHAR2 1 Contains one of the following values: Y or N. If Y, then the upload request was processed completely. If N, then the upload request was processed partially. There is no default value.
PARTNER_ID NUMBER 18 Value that uniquely identifies the trading partner invoking the B2B message.
B2B_MESSAGE_ID VARCHAR2 256 ID that identifies the B2B collaboration message.
B2B_USER VARCHAR2 64 Indicates the user who submitted the B2B collaboration message.
B2B_FLAG VARCHAR2 1 Indicates if the request originated from a B2B collaboration message.

Indexes

Index Uniqueness Tablespace Columns
VCS_UPLOADS_U1 Unique Default IMPORT_REQUEST_ID