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 ...@@ -173,6 +173,7 @@ public class RPTValAprvWF
double projTurn = 0.0; double projTurn = 0.0;
double replAllwPer = 0.0; double replAllwPer = 0.0;
double calprojTurn = 0.0; double calprojTurn = 0.0;
boolean isCntCode = false;
HashMap<String,Double> rptDetAmtMap=new HashMap<String,Double>(); HashMap<String,Double> rptDetAmtMap=new HashMap<String,Double>();
try try
...@@ -561,10 +562,13 @@ public class RPTValAprvWF ...@@ -561,10 +562,13 @@ public class RPTValAprvWF
if("VTSUCC".equalsIgnoreCase(insrtStr)) if("VTSUCC".equalsIgnoreCase(insrtStr))
{ {
retStr="Y"; retStr="Y";
isCntCode = true;
} }
else else
{ {
System.out.println("Error while Inserting into FIN_CTRL_EXCP...");
retStr= insrtStr; retStr= insrtStr;
return retStr;
} }
} }
else else
...@@ -574,7 +578,7 @@ public class RPTValAprvWF ...@@ -574,7 +578,7 @@ public class RPTValAprvWF
} }
} }
} }
System.out.println("isCntCode::::["+isCntCode+"]");
if (rsSet != null) if (rsSet != null)
{ {
rsSet.close(); rsSet.close();
...@@ -707,7 +711,9 @@ public class RPTValAprvWF ...@@ -707,7 +711,9 @@ public class RPTValAprvWF
} }
else else
{ {
System.out.println("Error while Inserting into FIN_CTRL_EXCP......");
retStr = insrtStr; retStr = insrtStr;
return retStr;
} }
} }
else else
...@@ -730,6 +736,13 @@ public class RPTValAprvWF ...@@ -730,6 +736,13 @@ public class RPTValAprvWF
//FIN_ENTITY wise :END //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) 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