Commit d6476852 authored by wansari's avatar wansari

W15JSUN006 added sql to delete transetup for tran window 'w_palletout' as it...

W15JSUN006 added sql to delete transetup for tran window 'w_palletout' as it is not transaction screen.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100995 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 455dc40b
...@@ -162,3 +162,8 @@ sysdate,'BASE','BASE','Y','QUAR'); ...@@ -162,3 +162,8 @@ sysdate,'BASE','BASE','Y','QUAR');
------------------------------------------------Alter wms_to_host----------------------------------------------------------------------- ------------------------------------------------Alter wms_to_host-----------------------------------------------------------------------
alter table wms_to_host add (bay_no varchar2(25)); alter table wms_to_host add (bay_no varchar2(25));
----------------Changed by wasim on 23-03-2016 to delete transetup for palletout as it is not transaction screen [START]--------------
delete from transetup where tran_window = 'w_palletout';
----------------Changed by wasim on 23-03-2016 to delete transetup for palletout as it is not transaction screen [END]----------------
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