Commit 491dcabd authored by prahate's avatar prahate

EJB updated for distrcp_exsh.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97716 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5e70bb03
......@@ -287,7 +287,7 @@ public class DistRcpExShIC extends ValidatorEJB implements DistRcpExShICLocal, D
cnt = rs.getInt(1);
if(cnt == 0)
{
errCode = "VTPRCPD1";
errCode = "VTLINEBLK";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
......@@ -312,7 +312,7 @@ public class DistRcpExShIC extends ValidatorEJB implements DistRcpExShICLocal, D
tranIdRcp = genericUtility.getColumnValue("tran_id__rcp", dom);
if(lineNoRcp == null || lineNoRcp.trim().length() == 0)
{
errCode = "VTPRCPD1";
errCode = "VTLINEBLK";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment