Commit 37ebe5dc authored by wansari's avatar wansari

W16LKAT002 added SQL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105167 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4c4cfa6b
Insert into disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','SORDERWIZ_DEFAULT_VALUES','S','Y','Y - to set defalut values for sales order wizard',0,sysdate,'BASE','BASE');
Insert into disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','PORDERWIZ_DEFAULT_VALUES','S','Y','Y - to set defalut values for sales order wizard',0,sysdate,'BASE','BASE');
alter table sorddet_temp add discount NUMBER(14,3);
alter table porddet_temp add discount NUMBER(14,3);
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