Commit 339e0149 authored by ssalve's avatar ssalve

Sarita : Added update for obj_forms and delete for obj_actions on [23NOV2017]

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174567 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5af0df58
......@@ -124,5 +124,8 @@
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 ('VMINVRESID','Invalid Resource Id!!','Resource Id does not exists ,Please enter valid field value.','E','Y',NULL,NULL,NULL,TO_DATE('13-09-16','DD-MM-RR'),'Abhijit ','Abhijit ',NULL,NULL);
-----------------------------Added System Entries for Enterprise Master Screen Added by sarita on[22NOV2017]end------------
-----------------------------Update System Entries for Enterprise Master Screen Added by sarita on[23NOV2017]start---------
update OBJ_FORMS set DISP_METADATA=null where WIN_NAME='w_enterprise' and FORM_NO='1';
delete from OBJ_ACTIONS where OBJ_NAME='enterprise' and TITLE='DELETE';
-----------------------------Update System Entries for Enterprise Master Screen Added by sarita on[23NOV2017]end---------
\ No newline at end of file
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