My Oracle Support Banner

OBBRN_14.7.0.3.0:Cash Deposit Failing Error "Minimum Branch Ccy Holding Limit Breached". (Doc ID 2988979.1)

Last updated on NOVEMBER 26, 2023

Applies to:

Oracle Banking Branch - Version 14.7.0.0.0 and later
Information in this document applies to any platform.

Symptoms

On : 14.7.0.3.0 version, Implementation Support

OBBRN_14.7.0.3.0:Cash Deposit failing error "Minimum branch ccy holding limit breached".

ACTUAL BEHAVIOR
----------------------------

We're facing issue during cash deposit , "Minimum branch ccy holding limit breached" for cash deposit it shouldn't check the minimum cash holding.
System is checking the current balance and failing to process the transaction for below validation

if (currentTotalBal.subtract(tellerTxnValidationModel.getTxnAmount()).compareTo(minAmt) == -1) {
  LOGGER.info("Min limit breached");
  this.errorUtils.appendErrorDto("RM-TX-RV-06");
  throw new BranchException();
  }

EXPECTED BEHAVIOR
-----------------
System should process the cash deposit without fails.

STEPS
-----
1) Launch App-shell.
2) Go to Cash deposit screen and fill the details & submit.
System throws an error.

BUSINESS IMPACT
---------------
Due to this issue, Users can't able to save the cash deposit.

Changes

 Fix :- Added the logic to run the specific validation based on static tags for either OUT or IN.

Components Affected
-------------------
common.java;

Search String
-------------
bugfix_35782763;

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.