String organization = request.getAttribute("organization");
AccountRequestAttrCollection attrCollection =
newAccountRequestAttrCollection(request.getAccountType());
AccountRequestAttr attr = attrCollection.findByName("organization");
if ( attr.isTypeOfSelectBox() ) {
AccountRequestAttr.SelectOption option =
attr.findOptionByValue(organization);
if (option != null) {
String vomrsValue = option.getVomrsValue();