Siebel Finance Guide > Workflow Reference for Oracle FLEXCUBE Universal Banking in Siebel Finance > Oracle FLEXCUBE Universal Banking Workflow Reference >

FINS BIB Service Request Query SYNC Workflow


FINS BIB Service Request Query SYNC Workflow, shown in Figure 7, retrieves service request information from Siebel Finance.

Figure 7. FINS BIB Service Request Inquiry Workflow

Workflow Description. This workflow does the following:

  1. XML Doc to XML Hierarchy. This step calls the IntObjHierToXMLHier method to convert the XML message into XML hierarchy.
  2. GetMessageId. This step extracts the SenderMessageId sent by Oracle FLEXCUBE Universal Banking in the payload using the FINS Industry XML Query Service's Execute method.
  3. XMLHier to XMLDoc. This step converts the XML hierarchy to an XML doc using the IntObjHierToXMLDoc method of the EAI XML Converter service.
  4. XSLT EIO to IIO. This step transforms the message this is in EBM message structure to Siebel IO using the EAI XSLT service.
  5. To SiebelMsg. This step converts the XML doc to Siebel Hierarchy using the XMLDocToIntObjHier method of the EAI XML Convertor service.
  6. To XML Hierarchy. This step converts the SiebelMessage into an XMLHierarchy using the IntObjHierToXMLHier method of the EAI XML Convertor service.
  7. Get Values. This step uses the FINS Industry XML Query Service's Execute method to retrieve the Account ID or Contact ID and SR Number from the XML Hierarchy in Step 6.
  8. Decide Search Spec. At this step, a search specification is built based on one of the following:
    • SR number
    • SR Number or Account ID
    • SR Number or Contact ID
    • Contact Id or Account ID
  9. Siebel EAI Adapter. This step invokes the Query method of the EAI Siebel Adapter Service based on the search specification prepared in Step 8.
  10. Response XMLHier to XMLDoc. This set converts the XML hierarchy to an XML doc using the IntObjHierToXMLDoc method of EAI XML Converter service.
  11. XSLT IIO to EIO. Using EAI XSLT service's Transform method, this step converts the Siebel message into an XML Hierarchy that is in an EBM message format.
  12. Hierarchy to XML Doc. This step converts the XML Hierarchy in Step 11 to an XML doc that is in a QueryServiceRequestListResponseEBM format.
  13. Error Handling XSLT Transform. If there are any errors in this workflow, this step captures and converts the errors into an EBM message format using the EAI XSLT Service's Transform method.
Siebel Finance Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.