Commit 13fe793e authored by ssalve's avatar ssalve

Sarita: Committed by sarita on 22 OCT 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192162 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 966ab13e
...@@ -36,4 +36,10 @@ update system_events set service_code='prcm_default_ejb', comp_name='PostOrdInvo ...@@ -36,4 +36,10 @@ update system_events set service_code='prcm_default_ejb', comp_name='PostOrdInvo
alter table porcp modify freight_status char(1) null; alter table porcp modify freight_status char(1) null;
---------ended by Varsha V on 10-09-18 for altering PORCP table----------------------- ---------ended by Varsha V on 10-09-18 for altering PORCP table----------------------
\ No newline at end of file
------------ added by sarita on 22-10-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 ('VTINVRCPNO','Invalid line no Rcp','The line no rcp can not be empty / null please enter valid line no rcp','E','Y',null,null,null,to_date('28-JAN-07','DD-MON-RR'),'BASE ','BASE ',null,null);
------------ added by sarita on 22-10-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