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

FINCORP BIB Deposit Account Info Upsert SYNC Workflow


FINCORP BIB Deposit Account Info Upsert SYNC Workflow, Figure 10, retrieves more information requested by the Siebel user clicking the More Info view.

Figure 10. FINCORP BIB Deposit Account Info Upsert SYNC Workflow
Click for full size image

Workflow Description. This workflow does the following:

  1. Query Account. Using the EAI Siebel Adapter services's Query method, this step queries the Siebel Finance database for the Financial Account.
  2. To XML Hierarchy. This step converts the XML message into XML hierarchy. This step calls the IntObjHierToXMLHier method.
  3. GetAccountType. This step uses the FINS Industry XML Query Service's Execute method to retrieve the Account Type from the XML Hierarchy in Step 2.
  4. Account IIO to XML Doc. This step converts the XML hierarchy to XML doc using the IntObjHierToXMLDoc method of the EAI XML Converter service.
  5. XSLT Service - IIO to EIO. This step transforms the FINCORP BIB Account IO message structure to a QueryDepositAccountEBM message using the EAI XSLT Service.
  6. Proxy Business Service. This step calls Oracle FLEXCUBE Universal Banking using the QueryDepositAccountReqMsg Web service to retrieve the details of the Account.
  7. XSLT Service - EIO to IIO. This step transforms the QueryDepositAccountEBM message structure to Siebel FINCORP BIB Account IO using the EAI XSLT Service.
  8. XMLDocTOIIO. This step converts the SiebelMessage from Step 7 into XMLHierarchy using the IntObjHierToXMLHier method of EAI XML Convertor service.
  9. Account - Synchronize. This step syncs the data in the Siebel Finance database with data retrieved from Oracle FLEXCUBE Universal Banking using the EAI Siebel Adapter service's Synchronize method.
  10. Account Type. Based on the Account Type, the data is displayed in the respective VBC based applets.
Siebel Finance Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.