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

FINCORP BIB Loan Account More Info Upsert SYNC Workflow


FINCORP BIB Loan Account More Info Upsert SYNC Workflow, shown in Figure 15, retrieves the more information requested by a Siebel user clicking the More Info button for loan accounts. This workflow retrieves the data of loan account components and schedules.

Figure 15. FINCORP BIB Loan Account More Info Upsert SYNC Workflow
Click for full size image

Workflow Description. This workflow does the following:

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