This table holds the catalog and inventory upload requests from marketplace
sellers.
Column Descriptions:
| Name
|
Type
|
Description
|
| MPCATULD_ID |
BIGINT NOT NULL |
The identifier of the catalog or inventory upload request
|
| PROCESSFILE_ID |
BIGINT NOT NULL |
The identifier of the processing file under the upload request
|
| OPTCOUNTER |
SMALLINT NOT NULL |
The optimistic concurrency control counter for the table. Every
time there is an update to the table, the counter is incremented.
|
Indexes:
| Name
|
Column Names
|
Type
|
| P_MPCATULDFILEREL |
MPCATULD_ID + PROCESSFILE_ID |
Primary Key |
| I_MPCATULDFILEREL_1 |
MPCATULD_ID |
Non-Unique Index |
Constrained By Parent Tables:
| Constraint
|
Columns
|
Parent Table
|
Parent Columns
|
Type
|
| F_MPCATULDFILEREL_MPCATULD_ID |
MPCATULD_ID |
MPCATULD
|
MPCATULD_ID |
Cascade |
| F_MPCATULDFILEREL_PROCESSFILE_ID |
PROCESSFILE_ID |
PROCESSFILE
|
PROCESSFILE_ID |
Cascade |