Commit 74bef9fd authored by rtiwari's avatar rtiwari

add sql for wms issue point no. 306


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94057 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a38b8974
......@@ -44903,5 +44903,15 @@ LS_TOTAMT:=0;
END;
-- ADDED BY RITESH ON 18/DEC/2013 FOR REQUEST FI3ISUN003 END
-- ADDED BY RITESH ON 25/DEC/2013 FOR wms issue point no. 306 start
INSERT INTO system_events
(obj_name,event_code,event_context,service_code ,method_rule ,chg_date ,chg_user ,
chg_term ,result_handle ,overwrite_core ,comp_type ,comp_name ,comm_format )
VALUES ('inv_hold_rel_gen','post_item_change','1','poic_default_ejb',NULL,SYSDATE,
'BASE','BASE111','2','0','EJB','IncHoldRelGenIC',NULL);
INSERT INTO obj_itemchange (obj_name,form_no,field_name,mandatory)
VALUES ('inv_hold_rel_gen','1','itm_default',NULL);
-- ADDED BY RITESH ON 25/DEC/2013 FOR wms issue point no. 306 end
commit;
\ No newline at end of file
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