Commit b47075d9 authored by blad's avatar blad

explodeBomDs() method makes as public for Sales order amendment Migrated code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103122 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a9ca2af
...@@ -2084,7 +2084,7 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor ...@@ -2084,7 +2084,7 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
//need to return error code.... //need to return error code....
return commPercSalesMap; return commPercSalesMap;
} }
private int explodeBomDs(String saleOrder, String itemCode, String expLev, String lineNo, String lineType,Connection conn) throws ITMException public int explodeBomDs(String saleOrder, String itemCode, String expLev, String lineNo, String lineType,Connection conn) throws ITMException
{ {
String sql="",sql1="",sql2="",mapplicable = "Y",mitemCode="" ,mitemRef=""; String sql="",sql1="",sql2="",mapplicable = "Y",mitemCode="" ,mitemRef="";
String itemRef=""; String itemRef="";
......
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