Commit 64084ac1 authored by sghate's avatar sghate

shital: updated SQL ON 21/8/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205655 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 20076793
...@@ -87,5 +87,13 @@ update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OB ...@@ -87,5 +87,13 @@ update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OB
------------------------------Added by Shital on 21/08/2019 Start----------- ------------------------------Added by Shital on 21/08/2019 Start-----------
update system_events set SERVICE_CODE='prv_default_ejb' where OBJ_NAME='cadre' and EVENT_CODE='pre_validate'; update system_events set SERVICE_CODE='prv_default_ejb' where OBJ_NAME='cadre' and EVENT_CODE='pre_validate';
delete from messages where MSG_NO in ('VTCAN81','VTINVCADRE','VTDESC1','VEADN2');
REM INSERTING into MESSAGES
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 short Description for the specified Cadre 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 ('VTCAN81 ','Empty Cadre Code','Cadre Code Cannot be Empty','E','Y',null,null,null,to_date('31-01-16','DD-MM-RR'),'VAIBHAV ','VAIBHAV ',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 is 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 ('VTINVCADRE','Invalid Cadre Code','Entered Cadre Code already Existed in Cadre Table','E','Y',null,null,null,to_date('31-01-16','DD-MM-RR'),'VAIBHAV ','VAIBHAV',null,null);
COMMIT;
------------------------------Added by Shital on 21/08/2019 End----------- ------------------------------Added by Shital on 21/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