Commit 747291cb 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@101036 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e70e1ead
......@@ -449,7 +449,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw
pStmt.close();
pStmt = null;
sql = " select descr from item where item_parnt = ? ";
sql = " select descr from item where item_code = ? ";
pStmt = conn.prepareStatement(sql);
pStmt.setString(1, item_parntDesc);
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