Commit c6078595 authored by sghate's avatar sghate

SHITAL: updated sql 0n 20/8/2019



git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205480 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7c04cb09
...@@ -72,6 +72,10 @@ REM INSERTING into MESSAGES ...@@ -72,6 +72,10 @@ REM INSERTING into MESSAGES
SET DEFINE OFF; SET DEFINE OFF;
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 ('VEADN2 ','Short descr cannot be empty !','Please enter a short name for the specified code.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',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 ('VEADN2 ','Short descr cannot be empty !','Please enter a short name for the specified code.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',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 ('VTDESC1 ','Description cannot be empty','Description cannot be empty','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',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 ('VTDESC1 ','Description cannot be empty','Description cannot be empty','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
------------------------------Added by Shital on 20/08/2019 Start-----------
delete from system_events where obj_name='cadre' and event_code='post_item_change';
delete from obj_actions where obj_name='cadre' and line_no in (3,5,8,40);
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 ('VTCAN81 ','Invalid cadre code!','Please enter the correct cadre code','E','Y',null,null,null,to_date('31-01-16','DD-MM-RR'),'VAIBHAV ','VAIBHAV ',null,null);
------------------------------Added by Shital on 20/08/2019 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