Commit e0ad4ffb authored by wansari's avatar wansari

Added disparm variable DEFAULT_DEPT_CODE for department code pop help purchase wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100426 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 853159bd
...@@ -54000,7 +54000,10 @@ update system_service_args set arg_value = 'DespatchConfWiz' where service_code ...@@ -54000,7 +54000,10 @@ update system_service_args set arg_value = 'DespatchConfWiz' where service_code
update pophelp set sql_str = ' select distinct d.ptcn from despatch d, despatchdet dd, wave_task_det w where d.confirmed = ''N'' and d.site_code = ''?'' and d.site_code = dd.site_code and d.desp_id = dd.desp_id and w.status = ''Y'' and d.ptcn = w.ptcn ' where mod_name = 'W_DESPATCH_CONF' and field_name = 'PTCN'; update pophelp set sql_str = ' select distinct d.ptcn from despatch d, despatchdet dd, wave_task_det w where d.confirmed = ''N'' and d.site_code = ''?'' and d.site_code = dd.site_code and d.desp_id = dd.desp_id and w.status = ''Y'' and d.ptcn = w.ptcn ' where mod_name = 'W_DESPATCH_CONF' and field_name = 'PTCN';
---Changed by wasim on 15-03-2016 to define disparm for Department code pop help for Purchase Wizard [START]
Insert into DISPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','DEFAULT_DEPT_CODE','S','DEP06','Product Life Cycle Department',null,SYSDATE,'BASE','BASE');
---Changed by wasim on 15-03-2016 to define disparm for Department code pop help for Purchase Wizard [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