Vector locationsVector = accHelper.getLocations();
this.put("AccountingLocations", locationsVector);
CommonHelperHome commonHelperHome = (CommonHelperHome)CVUtility.getHomeObject(
"com.centraview.common.helper.CommonHelperHome", "CommonHelper");
CommonHelper commonRemote = commonHelperHome.create();
commonRemote.setDataSource(this.dataSource);
allSource = commonRemote.getAllSource();
this.put("AllSource", allSource);