Commit 7ba33564 authored by tmahadi's avatar tmahadi

sql and metadata updated for ES3 -Saurabh291216


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104244 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c77fe74c
...@@ -4,6 +4,10 @@ commit; ...@@ -4,6 +4,10 @@ commit;
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option)values ('VMFRITMCHK','Invalid item.','Item Usage must be finish for selected item ','E','Y',null,null,null,sysdate,'BASE','BASE',null,null); insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option)values ('VMFRITMCHK','Invalid item.','Item Usage must be finish for selected item ','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
commit; commit;
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option) values ('VTOPSINT ','Invalid Opening','Opening balance alpha numeric or decimal value not allowed ','E','Y',null,null,null,sysdate,'BASE ','BASE ',null,null);
commit;
--------------To remove delete button from org structure cust screen-------- --------------To remove delete button from org structure cust screen--------
update obj_forms set auto_accept_weighdata='Y' where win_name='w_org_structure' and form_no=2; update obj_forms set auto_accept_weighdata='Y' where win_name='w_org_structure' and form_no=2;
......
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