Siebel Order Management Guide Addendum for Communications > Workflows for Employee Asset-Based Ordering > Workflows to Process an Order >

SWISendATPCheckLine Workflow


This workflow acquires information about Sales Order shipping costs for a single line item. It is called when the user navigates to the Fulfillment view and clicks Inquire.

Figure 91 illustrates this workflow.

Figure 91. SWISendATPCheckLine

Workflow Description. This workflow performs the following actions:

  1. Query on Line Items. Queries the Order Entry - Line Items business component to obtain the Line Item Id.
  2. Query Line. Runs a query to obtain the details of the order line item. Derives the value of the UTCCanonical input parameter for this step from the UTCCanonical process property. The default value of this property is N. If the value passed is Y, then the query returns data for any field of type DTYPE_UTCDATETIME in UTC Canonical format.
  3. Get AIA Parameters. Gets the Siebel Enterprise Server details and other parameters.
  4. Set AIA Parameters. Formats the parameters into Siebel message format.
  5. Call WS ATP Svc. Calls the outbound Web service and sends the payload.
  6. Set Err Msg. If an error occurs in the prior step, then this step displays an error message.
  7. Update Status. Updates ATP details. Derives the value of the UTCCanonical input parameter for this step from the UTCCanonical process property. The default value of this property is N. If the value passed is Y, then any field of type DTYPE_UTCDATETIME in the payload must be in UTCCanonical format. While writing these fields into the business component, these fields are converted to the locale-specific date and time.
  8. Refresh. This step refreshes the applet so the synchronized information is displayed in the Siebel application.

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

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

Query Line

Query

EAI Siebel Adapter

Get AIA Parameters

GetEnterpriseParameters

SWI External Integration Service

Set AIA Parameters

SetAttributesToMessage

SWI External Integration Service

Call WS ATP Svc

CheckATP

CheckATPSalesOrderSiebelReqABCSImplService

Set Err Msg

CheckAndSetError

SWI External Integration Service

Update Status

Upsert

EAI Siebel Adapter

Refresh

RefreshCurrentApplet

FINS Teller UI Navigation

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