Commit c77bdaf7 authored by tmahadi's avatar tmahadi

sql updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104579 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ec7d12d7
--User Rights filter-- --User Rights filter--
update user_rights set acc_filt='CUST_STOCK.POS_CODE IN (select CODE from TABLE(FN_ES3_POS_CODE2(''<entityCode>'',''P''))) or CUST_STOCK.ADD_USER IN(SELECT TRIM(CODE) FROM USERS WHERE EMP_CODE=''<entityCode>'')' where obj_name in ('secondory_sale_gwt','secondory_sale_gwt_wiz') and profile_id='SUN'; update user_rights set acc_filt='CUST_STOCK.POS_CODE IN (select CODE from TABLE(FN_ES3_POS_CODE2(''<entityCode>'',''P''))) or CUST_STOCK.ADD_USER IN(SELECT TRIM(CODE) FROM USERS WHERE EMP_CODE=''<entityCode>'')' where obj_name in ('secondory_sale_gwt','secondory_sale_gwt_wiz') and profile_id='SUN';
insert into disparm(prd_code,var_name,var_type,var_value,descr,var_subs,chg_date,chg_user,chg_term) values ('999999','ADM_DIVISION','S','CH','Excluded divisions',null,sysdate,'BASE','BASE');
commit;
delete from pophelp where mod_name='W_SECONDORY_SALE_GWT_WIZ' and field_name='POS_CODE'; delete from pophelp where mod_name='W_SECONDORY_SALE_GWT_WIZ' and field_name='POS_CODE';
commit; commit;
......
alter table org_structure_cust add source char(1); -- source of data origination for es3 y/a, whether from es3 entry screen(y) or auto generated for awacs data. CCF: IT2016-081
commit;
delete from pophelp where field_name='CUST_CODE' and mod_name ='W_SECONDORY_SALE_GWT_WIZ'; delete from pophelp where field_name='CUST_CODE' and mod_name ='W_SECONDORY_SALE_GWT_WIZ';
commit; commit;
......
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