Siebel Order Management Guide Addendum for Communications > Workflows for Employee Asset-Based Ordering > Workflows for Bulk Requests >

ABO Bulk Request Import Workflow


This workflow imports an XML template file for a bulk request. Figure 52 shows this workflow.

A user can initiate this workflow by clicking the Import button on the Bulk Request form or the Bulk Request List view. Also, a run-time event or other engine can call this workflow.

Figure 52. ABO Bulk Request Import Workflow

Workflow Description. This workflow performs the following actions:

  1. Reads the XML template file, extracts the data in the file, and converts the data to a Siebel Message.
  2. If validation is not configured, then writes all of the data (valid and invalid) into the database.
  3. If validation is configured, then validates the data.
  4. If all the data is valid, then writes the data into the database.
  5. If any of the data is invalid, then logs the data into a file.

Table 45 shows the steps in this workflow that call business service methods.

Table 45. Associated Business Service Methods
Workflow Step
Method Called
In Business Service

Read Template

ReadXMLTemplateFile

ABO Bulk Request Import Service

Validate

Validate

ABO Bulk Request Validation Service

Insert

Insert

ABO Bulk Request Import Service

Refresh Business Component

Refresh Business Component

SIS OM PMT Service

Log Error in File

LogExceptionFile

ABO Bulk Request Import Service

Siebel Order Management Guide Addendum for Communications Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.