sbiKpi.setSbiThreshold(sbiThreshold);
updateSbiCommonInfo4Update(sbiKpi);
aSession.saveOrUpdate(sbiKpi);
IUdpValueDAO dao=DAOFactory.getUdpDAOValue();
dao.setUserProfile(getUserProfile());
dao.insertOrUpdateRelatedUdpValues(kpi, sbiKpi, aSession, "KPI");
tx.commit();
} catch (HibernateException he) {
logException(he);