3.2.9 Dashboard Data Population Batch
This topic provides information about the Dashboard Data Population Batch process.
Oracle Banking Collections Cloud Service has the capability to calculate the historical data and key performance indicators to be displayed on the collector’s dashboard.
Job Name: obcr-dashboard-data-population
Setup Prerequisites
NA
Dependent Batch/Job: Not Applicable
Multi-threaded: Yes
Multi-stream: Yes
URI : <protocol>://obcr-dashboard-services/jobLauncher/runBatch/
Table 3-50 Mandatory Headers
Parameter Name | Value | Mandatory | Description |
---|---|---|---|
appld | CRDASHBOARD | Yes | The application ID of the host service. |
Specify following parameters while executing this batch:
Table 3-51 Parameters
Parameter Name | Value | Mandatory | Description |
---|---|---|---|
runDate | 01102023 | Yes | It must be in ddmmyyyy format. |
branchCode | DMO | Yes | Branch code of the project. |
userId | ADMINUSER1 | Yes | User id of the user. |
overrideDate | 2023-10-01 | No | It must be in yyyy-mm-dd format. It is required to run the batch for a specific day. |
pastDays | 180 | No | Number of past days to be considered while calculating historical and performance data of collectors. |
Success/Failure Details:
User can verify the record level status in DM_COLLECTOR_DASHBOARD_DRIVER table in CR_DASHBOARD schema. For a successful processing of a record, the below condition should be satisfied.
ERROR_CODE = ‘Success’ and PROCESS_RESULT = ‘1’
Parent topic: Batch Execution