Commit 7daab5a1 authored by blad's avatar blad

Updated components has been uploaded for Purchase and Sales Order-[ F16ASUN008 ]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101661 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 23999f05
......@@ -173,6 +173,7 @@ public class RPTValAprvWF
double projTurn = 0.0;
double replAllwPer = 0.0;
double calprojTurn = 0.0;
boolean isCntCode = false;
HashMap<String,Double> rptDetAmtMap=new HashMap<String,Double>();
try
......@@ -561,10 +562,13 @@ public class RPTValAprvWF
if("VTSUCC".equalsIgnoreCase(insrtStr))
{
retStr="Y";
isCntCode = true;
}
else
{
System.out.println("Error while Inserting into FIN_CTRL_EXCP...");
retStr= insrtStr;
return retStr;
}
}
else
......@@ -574,7 +578,7 @@ public class RPTValAprvWF
}
}
}
System.out.println("isCntCode::::["+isCntCode+"]");
if (rsSet != null)
{
rsSet.close();
......@@ -707,7 +711,9 @@ public class RPTValAprvWF
}
else
{
System.out.println("Error while Inserting into FIN_CTRL_EXCP......");
retStr = insrtStr;
return retStr;
}
}
else
......@@ -730,6 +736,13 @@ public class RPTValAprvWF
//FIN_ENTITY wise :END
}
//For RPTlimit exceed contact code wise but not exceed fin entity wise
if(isCntCode)
{
System.out.println("isCntCode::====["+isCntCode+"]");
retStr="Y";
}
}
catch (Exception e)
{
......
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