7.1 OBRH Integration
This topic provides information on OBRH integration.
During Bank Implementation, assuming OBRH is installed and configured as part of OBCM installation.
For OBDX and mid Office OBCM integration using OBRH the following configurations need to be done.
- Carry out all the steps mentioned in OBRH Integration Configuration section in this document. The service provider for mid-office product OBCM (Oracle Banking Cash Management) end-points configured in OBRH is OBCM.
- After all the above steps are completed, user needs to execute some scripts for
the host APIs that are to be consumed via OBRH. These are the scripts to pick
the third party adapter implementation instead of the host specific
implementations as well as to call the OBRH end-point for the configured
interfaces. The scripts are available at the following location:
/Installables/db/OBCM/version/DIGX_FW_CONFIG_ALL_O.sqlNote:
‘%ENTITY_ID%’ should be replaced with the entity identifier (For Example if the entity during implementation is OBDX_BU then ‘%ENTITY_ID%’ should be replaced by ‘OBDX_BU’). - The list of OBCM APIs that are integrated with OBDX using OBRH is as
follows:
For more information on fields, refer to the field description table.
Table 7-1 OBCM APIs integrated with OBDX
OBRH Consumer Service Name Transaction Name Description CMS_CASHFLOW_TRANSACTION_READView/Edit Expected Cash Flow Details Fetches Cashflow Details CMS_CASHFLOW_TRANSACTION_UPDATEView/Edit Expected Cash Flow Details This API is used to modify expected cashflow details. CMS_CASHFLOW_FETCHCashflow Forecasting This API is used to fetch cashflow forecasting data. CMS_CCM_LISTCash Deposits This API is used to fetch collection maintenance details of a cash management. CMS_DIVISION_CODE_LISTCash & Cheque Deposits This API is used to fetch division code details of a given party. CMS_CASH_DEPOSITS_CREATECash Deposits This API is used to create multiple cash deposits for a party. CMS_CASH_DEPOSITS_LISTView Cash Deposits This API is used to fetch cash collections. CMS_CASH_DEPOSIT_READView Cash Deposit Details This API is used to fetch cash collection details. CMS_CHEQUE_LISTView Cheque Deposits This API is used to fetch cheque collections. CMS_CHEQUE_READView Cheque Deposit Details This API is used to fetch cheque collection details. CMS_BRANCH_DENOMINATION_LISTCash Deposits This API is used to fetch denomination details for a particular branch. CMS_BRANCH_CODE_LISTCash & Cheque Deposits This API is used to fetch all the branch. CMS_CASH_DEPOSIT_VALIDATECash Deposits This API is used to validate cash/cheque number uniqueness. CMS_CMM_LISTCash Deposits This API is used to fetch maintenance details of a cash management. CMS_CASH_WITHDRAWAL_LISTView Cash withdrawal This API is used to fetch cash withdrawal collections. CMS_CASH_WITHDRAWAL_READView Cash withdrawal details This API is used to fetch cash withdrawal collection details. CMS_CASH_WITHDRAWAL_CREATECreate Cash withdrawal This API is used to create cash withdrawal for a party. CMS_CHEQUE_DEPOSITS_CREATECheque Deposits This API is used to create multiple cheque deposits for a party. CMS_CASHFLOW_CODE_LISTCashflow Forecasting This API is used to fetch cash flow code details. CMS_ROUTING_LISTCheque Deposits This API is used to fetch routing details. CMS_COLLECTION_LISTOverview Collection summary This API is use to fetch collection summary details for cash/cheque & cash withdraw. CMS_PDM_LISTPick up & delivery This API is use to fetch pickup and delivery details. CMS_FETCH_ACCOUNT_DETAILSFetch Account Details This API is used to fetch account details CMS_FETCH_ACCOUNT_NUMBERFetch list of account number This API is used to fetch account numbers CMS_FETCH_BALANCE_BY_GROUPFetch Balance by group This API is used to fetch balance group by, and group can either entity or currency or location CMS_FETCH_BALANCE_BY_IDENTITYFetch Balance Details This API is used to fetches balance by identity based on selected group CMS_FETCH_MAINTENANCEFetch Cash Visibility Management This API is used to retrieve maintenance details for a cash visibility. CMS_COLLECTION_DELETECancel collection This API is used to delete or cancel collection initiated by OBDX user and has in request state CMS_BULK_UPLOADCash flow file upload This API is used to upload bulk cash flow files. CMS_CASHFLOW_FETCHCashflow Forecasting This API is used to retrieve cash flow forecasting data. CMS_NETTING_ELIGIBILITY_LISTNetting Eligibility List This Api is used to list eligible netting transaction CMS_NETTING_ELIGIBILITY_READNetting Eligibility read This api is used to fetch netting eligibility transaction details CMS_NETTING_STRUCTURE_LISTNetting Structure list This api is used to list netting structure. CMS_NETTING_STRUCTURE_STATUSNetting Structure status This api is used to view netting structure status CMS_NETTING_STRUCTURE_UPDATENetting Structure update This api is used to update netting structure CMS_NETTING_STRUCTURE_VIEWNetting Structure view This api is used to view netting structure details. CMS_PAYOUT_NETTING_TRANSACTIONNetting payout transaction This api is used to payout netting transaction CMS_MANAGE_NETTING_TRANSACTIONNetting accept/reject transaction This api used to accept or reject netting transaction CMS_PDM_READPeek up and delivery This api is used to get peek up and delivery details. This completes the entire configuration needed for consuming OBCM APIs in OBDX through OBRH.
Parent topic: Cash Management System