Commit 6381744d authored by ssalve's avatar ssalve

Sarita: sql on 22 OCT 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192183 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44a5893e
...@@ -42,4 +42,7 @@ alter table porcp modify freight_status char(1) null; ...@@ -42,4 +42,7 @@ alter table porcp modify freight_status char(1) 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) 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); 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);
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 ('VTINVPQTY','Invalid Quantity','Entered Quantity should not exceed than Purchase Order Quantity','E',null,null,null,null,to_date('22-OCT-00','DD-MON-RR'),'SUN','HDP',null,null);
------------ added by sarita on 22-10-2018 [END] ---------------------------------- ------------ 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