VCS_COMMIT_FILE_UPLOADS

VCS_COMMIT_FILE_UPLOADS contains information about uploaded files, such as file name and total record count.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_COMMIT_FILE_UPLOADS_PK

UPLOAD_FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
UPLOAD_FILE_ID NUMBER 18 Yes Primary key identifying an uploaded file and its details.
UPLOAD_FILE_NAME VARCHAR2 100 Yes Name of the file uploaded to initiate the commit process.
USER_FILE_NAME VARCHAR2 100 Yes User provided name for the file uploaded to initiate the commit process.
UPLOADED_BY_PARTY VARCHAR2 30 Yes The type of user that performed the upload. The allowed values in this column are "ENTERPRISE" and "SUPPLIER".
UPLOAD_STATUS_CODE VARCHAR2 30 A code representing the status of the uploade process.
UPLOADED_BY_USER NUMBER 18 Yes The identifier of the user who performed the upload.
TOTAL_RECORDS_COUNT NUMBER Total number of forecast records that are committed as part of the upload.
SUCCESS_RECORDS_COUNT NUMBER Total number of forecast records that are successfully processed as part of the upload.
ERROR_RECORDS_COUNT NUMBER Total number of forecast records that errored as part of the upload.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
PROCESS_CODE VARCHAR2 30 Order forecast data types choices to be uploaded into SCC from a spreadsheet.

Indexes

Index Uniqueness Tablespace Columns
VCS_COMMIT_FILE_UPLOADS_N1 Non Unique Default LAST_UPDATE_DATE, PROCESS_CODE
VCS_COMMIT_FILE_UPLOADS_U1 Unique Default UPLOAD_FILE_ID