3.2.15 Outbound File Generation Batch
This topic provide information about the Outbound File Generation Batch process.
Oracle Banking Collections Cloud Service has the capability to extract the data of the cured accounts and share it with the product processor in the form of pre-defined file format.
Job Name: obcr-outboundFileGeneration-batch
Setup Prerequisites
Dependent Batch/Job: Case Closure Batch
Multi-threaded: Yes
Multi-stream: Yes
URI : <protocol>:// obcr-entity-services/jobLauncher/runBatch/
Table 3-70 Mandatory Headers
Parameter Name | Value | Mandatory | Description |
---|---|---|---|
appld | CRENTITY | Yes | The application ID of the host service. |
Specify following parameters while executing this batch:
Table 3-71 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. |
ProductProcessor | “TPH” | No | Specific product processor code for which the outbound file is to be generated. |
filePath | "/scratch/work_area/OutFile" | Yes | It is the path on the server where the outbound file needs to be generated. |
Success/Failure Details:
User can verify the record level status in DM_ACCOUNT_OUTBOUND_DRIVER table in CR_ENTITY 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