| attribute2dbField.put("companyCodeSys01ACC01","COMPANY_CODE_SYS01");
attribute2dbField.put("accountTypeACC01","ACCOUNT_TYPE");
res = new CustomizeQueryUtil().updateTable(
conn,
new UserSessionParameters(username),
pkAttrs,
oldVO,
newVO,
"ACC01_LEDGER",
attribute2dbField,
|