Commit 0d339cfb authored by dpawar's avatar dpawar

updae message table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94335 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fb4e6f6
...@@ -149,7 +149,7 @@ values ...@@ -149,7 +149,7 @@ values
insert into messages insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term) (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values values
('VTPPRCSF','partially successfully','POD process partially successfully.Please refer podtrace for more details.','p',sysdate,'BASE','BASE'); ('VTPPRCSF','partially successfully','POD process partially successfully.Please refer podtrace for more details.','P',sysdate,'BASE','BASE');
--06/MAR/14 --06/MAR/14
insert into messages insert into messages
...@@ -162,6 +162,7 @@ insert into tarodev.messages ...@@ -162,6 +162,7 @@ insert into tarodev.messages
values values
('VTNGAMTE','Negative amount','Net PTS Rate is less than invoice rate.Debit note not generated','E',sysdate,'BASE','BASE'); ('VTNGAMTE','Negative amount','Net PTS Rate is less than invoice rate.Debit note not generated','E',sysdate,'BASE','BASE');
update messages set msg_type='P' where msg_no='VTPPRCSF';
......
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