Creating Batches

A batch consists of the data that you want to import into the master product information repository. You can use two methods to create batches:

Prerequisites

arrow icon   To create a batch online:

  1. Navigate to the Import Workbench.

    In the Import tab, click Create Batch.

  2. Complete the following fields:

  3. Review the selections on the Data Load Options and Import Options tabs and make changes as necessary.

    The selections default from the source system selected. For detailed information about each selection, see: Defining Source Systems.

    Note: You cannot change Import Options after you create the batch.

  4. Click Apply.

arrow icon   To create a batch using an API:

  1. Use oracle.apps.ego.item.itemimport.server.EgoImportBatchHeaderAMImpl to create batches.

    Caution: Consider the following points when loading data directly into the open interface tables:

    • Before deleting data rows from interface tables, ensure that you do not need the batch information for any batch history purpose. No batch delete or purge function exists.

    • When using the Import Catalog Items or Bill and Routing Interface concurrent programs, ensure the Delete Processed Rows field equals No. For Import Workbench to function properly, rows must be deleted by Batch ID, not by process status.

    • Verify that adequate file system space and table space exists before loading data. For example, inadequate file system space for FND_FILE logging can result in incomplete import processes or partial imports.

arrow icon   To add records to an existing batch:

After creating a batch, load data into a batch. Use one of the following two methods to load data into a batch:

Using the Add to Batch button enables you to add records to a batch after the batch has been created.

Note: You can also add records to an existing batch by loading the item or structure interface tables directly using the same batch ID again. See: To create a batch using an API

  1. Navigate to the Import Workbench. Use the search fields to find a particular batch. For detailed information about each search field, see: To find a batch.

  2. Select the batch on which to perform the action.

  3. Click Add to Batch.

  4. In the Add to Batch: Select Object page, select the type of object to which to add the data:

  5. Perform one of the following, depending on the batch type of the batch you want to add:

    The import format determines the column names on the spreadsheet. For example, an item import format may have different columns than a manufacturing part number import format spreadsheet.

  6. Click one of the following:

  7. The Select Viewer page appears after you click Import. Select the version of Microsoft® Office Excel that you want to use to view the document.

  8. Check Reporting if you only want to use the document for reporting purposes.

    If you check Reporting, you cannot upload records from the document.

Related Topics