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 100 illustrates this workflow.

Figure 100. SWISendATPCheckLine Workflow

Workflow Description. This workflow performs the following actions:

  1. Query on Line Items. This step queries the Order Entry - Line Items business component to obtain the Line Item Id.
  2. Query Line. This step runs a query to obtain the details of the order line item. It derives the value of the UTCCanonical input parameter 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. This step gets the Siebel Enterprise Server details and other parameters.
  4. Set AIA Parameters. This step formats the parameters into Siebel message format.
  5. Call WS ATP Svc. This step 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. This step updates ATP details. It derives the value of the UTCCanonical input parameter 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 90 shows the steps in this workflow that call business service methods.

Table 90. 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 © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.