Commit 8713ec63 authored by wansari's avatar wansari

W15JSUN006 added alter query for bay_no in wms_to_host table.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99914 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c169786c
......@@ -141,3 +141,6 @@ insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_us
chg_term,active,udf_str1) values
('LOC_CODE_SUGG','W_PALLETOUT','RM',' ITEM_SER__RG1_RM','ITEM_SER__RG1_RM',
sysdate,'BASE','BASE','Y','D1914F');
------------------------------------------------Alter wms_to_host-----------------------------------------------------------------------
alter table wms_to_host add (bay_no varchar2(25));
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