Commit 72d95033 authored by pbhosale's avatar pbhosale

Updated on[22-01-2020][provision made to write input parameters in log]

ArrearsDeletePrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215543 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cb3f7948
......@@ -285,6 +285,11 @@ public class ArrearsDeletePrc extends ProcessEJB implements ArrearsDeletePrcRemo
//hrLogWriter.gbfErrWrite("", "", type, lsLogStr, "I", logConn);
hrLogWriter.gbfErrWrite(prdCodeFr, empCodeFr, type, lsLogStr, "I", logConn);
//Modified By Poonam B[03/12/2019][END]
//Added By Poonam B[22-01-2020][START][To update log information][A18FSUN004]
lsLogStr = "Parameters : Employee From:" +empCodeFr+ " To " +empCodeTo+ ", "+"Site:" +siteCodeFr+ ", "+"For the period From:"+prdCodeFr+ " To "+ prdCodeTo+ ", "+"Proc Group From: " +prcGrpFr+ " To "+prcGrpFr ;
hrLogWriter.gbfErrWrite(prdCodeFr, empCodeFr, type, lsLogStr, "I", logConn);
//Added By Poonam B[22-01-2020][END][To update log information][A18FSUN004]
}
}
else
......@@ -305,6 +310,10 @@ public class ArrearsDeletePrc extends ProcessEJB implements ArrearsDeletePrcRemo
//hrLogWriter.gbfErrWrite("", "",type, lsLogStr, "I", logConn);
hrLogWriter.gbfErrWrite(prdCodeFr, empCodeFr, type, lsLogStr, "I", logConn);
//Modified By Poonam B[03/12/2019][END]
//Added By Poonam B[22-01-2020][START][To update log information][A18FSUN004]
lsLogStr = "Parameters : Employee From:" +empCodeFr+ " To " +empCodeTo+ ", "+"Site " +siteCodeFr+ ", "+"For the period From:"+prdCodeFr+ " To "+ prdCodeTo+ ", "+"Proc Group From: " +prcGrpFr+ " To "+prcGrpFr ;
hrLogWriter.gbfErrWrite(prdCodeFr, empCodeFr, type, lsLogStr, "I", logConn);
//Added By Poonam B[22-01-2020][END][To update log information][A18FSUN004]
}
}
//Modified by Poonam B[18/10/2019][END]
......
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