Commit a6101725 authored by arane's avatar arane

Project Estimation - On approval those item for which stk_opt is <> "0" to be...

Project Estimation - On approval those item for which stk_opt is <> "0" to be updated in demand/supply summary for MRP

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216849 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b2194b1
...@@ -33,7 +33,7 @@ and trim(nvl((select si.mfg_type from siteitem si where si.site_code = h.site_co ...@@ -33,7 +33,7 @@ and trim(nvl((select si.mfg_type from siteitem si where si.site_code = h.site_co
UNION all UNION all
SELECT distinct item.item_code__plan as item_code SELECT distinct item.item_code__plan as item_code
FROM proj_est_bsl_item d,PROJ_EST_BASELINE h,floor_mst f, item FROM proj_est_bsl_item d,PROJ_EST_BASELINE h,floor_mst f, item
WHERE ( h.tran_id = d.tran_id ) WHERE ( h.tran_id = d.tran_id )
and ( d.item_code = item.item_code ) and ( d.item_code = item.item_code )
......
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