Commit 2bc53798 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@39251 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dd575eae
......@@ -510,7 +510,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw
{
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.setString(1, itemParent);
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