Commit 575afe2c authored by spawar's avatar spawar

W15HSUN013 Added Sql for schedular


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99394 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8ab0e72e
Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM) values ('999999','PROJECT','S','AWMS','For Project Code',0,to_date('03-12-15','DD-MM-RR'),'BASE ','BASE ');
update disparm set var_value='AWMS' where var_name = 'PROJECT';
update disparm set var_value='YES' where var_name = 'FOR_LOGIN_SITE';
update disparm set var_value='L' where var_name = 'LOCK_OR_TRANSFER';
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