EGI_ITEM_UPLOADS

Table to store details of the item uploads.

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGI_ITEM_UPLOADS_PK

ITEM_UPLOAD_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_UPLOAD_ID NUMBER 18 Yes Unique identifier of an Item Upload.
ITEM_UPLOAD_NAME VARCHAR2 80 Yes Indicates the name of an item upload.
BATCH_ID NUMBER 18 Unique identifier of an item batch.
MAPPING_ID NUMBER 18 Unique identifier of an import map mapping.
STATUS VARCHAR2 80 Yes Current status of an Item Upload.
LAST_PROCESS_STEP NUMBER 3 Yes Last Step of the guided process when the user stopped working.
ASSET_ID VARCHAR2 400 Unique identifier of an digital asset.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.

Indexes

Index Uniqueness Tablespace Columns
EGI_ITEM_UPLOADS_N1 Non Unique Default STATUS
EGI_ITEM_UPLOADS_U1 Unique Default ITEM_UPLOAD_ID
EGI_ITEM_UPLOADS_U2 Unique Default ITEM_UPLOAD_NAME