Searched refs:oldCodes (Results 1 – 1 of 1) sorted by relevance
216 Map<String, Status> oldCodes = OLD_VALIDITY.getCodeToStatus(LstrType.currency); in doCurrency() local217 for (Entry<String, Status> entry : oldCodes.entrySet()) { in doCurrency()