1.13 FOP for Advices

This topic describes about FOP for advices.

Oracle Banking Origination provides a facility to download the various advices using a template created in Apache FOP.
  1. AdverseAction
  2. ApprovalLetterAU
  3. CAODOfferIssue
  4. CASABankReject
  5. CasawithODAp
  6. CasawithoutODAp
  7. CounterOffer
  8. CustOfferReject
  9. DebitDecline
  10. IpaInitReject
  11. IpaOffer
  12. LoanApplication
  13. LoanApproval
  14. LoanInitiation
  15. LoanRejection
  16. LoansBankReject
  17. OfferIssueAU
  18. OfferIssue
  19. OfferSchedule
  20. SavingOffer
  21. savingoffer_US
  22. SBODOfferIssue
  23. TDApplication
  24. TDOffer
  25. termdepositoffer_US
  26. IpaRejection

1.13 Prerequisites

This topic describes about prerequisites.

  1. Create a new schema for PLATO-REPORT-SERVICE in your domain.
  2. Ensure that the datasource is created in weblogic server.

    Table 1-104 weblogic server

    Domain weblogic server
    PLATOCMC Jdbc/CMNCORE Plato Common Core Server
    PLATOSMS jdbc/sms Plato-SMS-Server
    REPORTSERVICE jdbc/REPORTSERVICE Plato-Report-Service-Server
  3. Enter the below properties in the plato-config-deploy.env file:
    flyway.domain.placeholders.report-service.hostname= <http://<REPORT_SERVICE_HOSTNAME>:<REPORT_SERVICE_PORT> flyway.domain.placeholders.report-service.server.port=<REPORT_SERVICE_PORT> flyway.domain.placeholders.report-service.domain.jndi=jdbc/REPORTSERVICE flyway.domain.placeholders.report-service.template-metadata directory=/ scratch/OFLO/report-service/template_metadata flyway.domain.placeholders.reportservice.outputdirectory=/scratch/OFLO/reportservice/ output/ flyway.domain.placeholders.reportservice.fopconfigfile=/scratch/OFLO/reportservice/ fop.xconf

    For more details on Oracle Banking Microservices Architecture for Step 2 and Step 3, refer to Oracle Banking Microservices Platform Foundation Installation Guide.

  4. Create the folder structure mentioned in Step 3. Place the “fop.xconf” file in the directory: /scratch/OFLO/report-service
  5. Restart plato-config-service
  6. Deploy plato-report-services

    Once the plato-report-service deployed successfully, ensure that the below tables created in the PLATO-REPORT-SERVICE schema

    • ERTB_MSGS
    • flyway_schema_history
    • OBMA_DOCUMENT_STORE
    • OBMA_EXTRACTOR_CONFIG
    • OBMA_REPORT_LOG
    • OBMA_TEMPLATE_IMAGE
    • OBMA_TM_REPORT_METADATA
    • OBMA_TM_TEMPLATE_IMAGE
    • OBMA_TM_TEMPLATE_METADATA
    • OBMA_TW_REPORT_METADATA
    • OBMA_TW_TEMPLATE_IMAGE
    • OBMA_TW_TEMPLATE_METADATA
  7. Deploy the following services for the advices
    1. obremo-rpm-lo-loanapplications
    2. obremo-rpm-creditcardapplication-services
    3. obremo-rpm-sav-account-service
    4. obremo-rpm-cmn-ipaservices
    5. obremo-rpm-term-deposit-service

1.13 Template Upload Process

This topic describes about the template upload process.

For Template Upload process, refer to Section 3: Report Template in Oracle Banking Microservices Platform Foundation User Guide.

Table 1-105 Parameters for Report Linkage

Naming Convention XSL Files
AdverseAction AdverseAction.xsl
ApprovalLetterAU ApprovalLetter_AU.xsl
CAODOfferIssue CAODOfferIssue.xsl
CASABankReject CASABankReject.xsl
CasawithODAp CasawithODAp.xsl
CasawithoutODAp CasawithoutODAp.xsl
CounterOffer CounterOffer.xsl
CustOfferReject CustOfferReject.xsl
DebitDecline DebitDecline.xsl
IpaInitReject IpaInitReject.xsl
IpaOffer IpaOffer.xsl
LoanApplication LoanApplication.xsl
LoanApproval LoanApproval.xsl
LoanInitiation LoanInitiation.xsl
LoanRejection LoanRejection.xsl
LoansBankReject LoansBankReject.xsl
OfferIssueAU OfferIssueAU.xsl
OfferIssue OfferIssue.xsl
OfferSchedule OfferSchedule.xsl
SavingOffer SavingOffer.xsl
savingoffer_US savingoffer_US.xsl
SBODOfferIssue SBODOfferIssue.xsl
TDApplication TDApplication.xsl
TDOffer TDOffer.xsl
termdepositoffer_US termdepositoffer_US.xsl
IpaRejection IpaRejection.xsl

Note:

Refer to PDF Attachment for downloading the Account Statement template.

1.13 Generate Advices

This topic describes about generate advices.

Oracle Banking Origination generates and stores the advices based the configuration of each advices under the respective stages of the origination process.