Commit 4b36ee00 authored by dpawar's avatar dpawar

added 2 messags


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94332 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11a18bb3
...@@ -151,6 +151,17 @@ insert into messages ...@@ -151,6 +151,17 @@ insert into messages
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
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTDNFIN','Data not Found','Invoice id not found for enters values','E',sysdate,'BASE','BASE');
insert into tarodev.messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTNGAMTE','Negative amount','Net PTS Rate is less than invoice rate.Debit note not generated','E',sysdate,'BASE','BASE');
......
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