Commit 51fada0b authored by dhirajchavan's avatar dhirajchavan

REQID-D15LSUN033 FOR DATAWARE HOUSE,IC updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101031 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f025e60b
...@@ -510,7 +510,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw ...@@ -510,7 +510,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw
{ {
itemParent = genericUtility.getColumnValue("item_parent", dom); itemParent = genericUtility.getColumnValue("item_parent", dom);
sql = " select descr from item where item_parnt = ? "; sql = " select descr from item where item_code = ? ";
pStmt = conn.prepareStatement(sql); pStmt = conn.prepareStatement(sql);
pStmt.setString(1, itemParent); pStmt.setString(1, itemParent);
rs = pStmt.executeQuery(); rs = pStmt.executeQuery();
......
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