EGI_SPOKE_PUB_FILES

Table to store files generated in publication process

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGI_SPOKE_PUB_FILES_PK

FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
FILE_ID NUMBER 18 Yes Stores the unique identifier of the publication file record.
SOURCE_SYSTEM_ID NUMBER 18 Yes An external system from which item and its information is being imported into product hub.
BATCH_ID NUMBER 18 Yes A unique identifier of a item batch.
THREAD_NUMBER NUMBER 18 Stores the thread number of the process.
ENTITY_CODE VARCHAR2 30 Entity codes towards items,suppliers, item categories will be stored.
STATUS VARCHAR2 30 Stores the status of the publication of the file.
PUB_REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PUB_FILE CLOB Stores the name of the publication file.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
EGI_SPOKE_PUB_FILES egi_import_batches_b BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
EGI_SPOKE_PUB_FILES_N1 Non Unique Default PUB_REQUEST_ID
EGI_SPOKE_PUB_FILES_U1 Unique Default FILE_ID