EGI_IMPORT_BATCHES_B

This table stores import batches and stores the data for item batches.

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGI_IMPORT_BATCHES_B_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes A unique identifier of a item batch.
BATCH_NUMBER VARCHAR2 40 Yes Unique identifier of the batch that is used for item import.
SOURCE_SYSTEM_ID NUMBER 18 Yes An external system from which item and its information is being imported into product hub.
ORGANIZATION_ID NUMBER 18 A organizing unit in the internal or external structure of your enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting.
ASSIGNEE_ID NUMBER 18 The person or entity that responsibility or ownership transfers to
BATCH_STATUS VARCHAR2 1 Yes The current stage or phase of an item batch.
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.
LAST_MATCH_REQUEST_ID NUMBER 18 The status or stage of the concurrent request when data quality was last performed on the item batch.
INTRA_BATCH_MATCH_COMPL_STATUS VARCHAR2 20 A user-defined action describes a function that, at runtime, can be invoked by the user. Actions are trigger points for functions displayed as buttons or links on the page.
LAST_IMPORT_REQUEST_ID NUMBER 18 Identification Number of the concurrent request.
INTERNAL_FLAG VARCHAR2 1 Flag to identify if the item batch is used for internal processes
SCHEDULED_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the import process that is scheduled
MAPPING_ID NUMBER 18 Attribute indicating the mapping identifier associated with the batch
LAST_PUBLISH_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the publishing process
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.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
TOTAL_ITEM_COUNT NUMBER 18 Number of items in the item batch.
ITEM_SUCCESS_COUNT NUMBER 18 The total number of items successfully imported for that batch.
ITEM_ERROR_COUNT NUMBER 18 Items in an item batch with status value of error.
ITEM_IN_PROGRESS_COUNT NUMBER 18 Items in an import batch that have a status value of in progress.

Foreign Keys

Table Foreign Table Foreign Key Column
egi_import_batch_changes egi_import_batches_b BATCH_ID
egi_spoke_pub_files egi_import_batches_b BATCH_ID
egi_import_batches_tl egi_import_batches_b BATCH_ID
egi_import_option_sets egi_import_batches_b BATCH_ID
egi_batch_pub_options egi_import_batches_b BATCH_ID
egi_batch_pub_options egi_import_batches_b SS_DEFAULT_BATCH_ID
egi_spoke_pub_history egi_import_batches_b BATCH_ID
egi_batch_pub_item_entities egi_import_batches_b BATCH_ID
egi_pub_filters egi_import_batches_b BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
EGI_IMPORT_BATCHES_B_N1 Non Unique Default ASSIGNEE_ID
EGI_IMPORT_BATCHES_B_N2 Non Unique Default REQUEST_ID
EGI_IMPORT_BATCHES_B_N3 Non Unique Default LAST_PUBLISH_REQUEST_ID
EGI_IMPORT_BATCHES_B_PK Unique Default BATCH_ID
EGI_IMPORT_BATCHES_B_U1 Unique Default BATCH_NUMBER