Commit 6442f5bb 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@99937 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a60d2fba
...@@ -159,3 +159,6 @@ insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_us ...@@ -159,3 +159,6 @@ insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_us
chg_term,active,udf_str1) values chg_term,active,udf_str1) values
('LOC_CODE_SUGG','W_PALLETOUT','QC',' ITEM_SER__RG1_QC','ITEM_SER__RG1_QC', ('LOC_CODE_SUGG','W_PALLETOUT','QC',' ITEM_SER__RG1_QC','ITEM_SER__RG1_QC',
sysdate,'BASE','BASE','Y','QUAR'); sysdate,'BASE','BASE','Y','QUAR');
------------------------------------------------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