Commit a44caea0 authored by arawankar's avatar arawankar

Office_sql.txt

-Added messages tale entry

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193400 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44df83d2
...@@ -92,3 +92,13 @@ where obj_name ='sorder' and EVENT_CODE = 'pre_cancel'; ...@@ -92,3 +92,13 @@ where obj_name ='sorder' and EVENT_CODE = 'pre_cancel';
commit; commit;
------------ Added by Anjali R. on 22-11-2018 [End] ------------ Added by Anjali R. on 22-11-2018 [End]
------------ Added by Anjali R. on 23-11-2018 [Start]
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 ('VTMFGEXPDT','Expiry date is greater','Please enter expiry date after manufacturing date','E','Y',NULL,NULL,NULL,SYSDATE,'BASE','BASE',NULL,NULL);
commit;
------------ Added by Anjali R. on 23-11-2018 [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