Commit 57b24def authored by dpawar's avatar dpawar

updated message


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93386 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1afbb3f7
...@@ -79,7 +79,7 @@ values( ...@@ -79,7 +79,7 @@ values(
0, 0,
0, 0,
'w_proof_of_delivery', 'w_proof_of_delivery',
'Sales POR', 'Proof Of Delivery',
'DIS.4.19.10.0.0', 'DIS.4.19.10.0.0',
sysdate, sysdate,
'BASE', 'BASE',
...@@ -216,7 +216,7 @@ values ...@@ -216,7 +216,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
('VTINVIDNE','Invalid invoice ID ','Entered invoice code is not define in Invoice master','E',sysdate,'BASE','BASE'); ('VTINVIDNE','Invalid invoice ID ','Entered invoice code is not defined in Invoice master','E',sysdate,'BASE','BASE');
...@@ -265,7 +265,7 @@ values ...@@ -265,7 +265,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
('VTRJCCONF','Rejection error','Rejected transaction cannot confirm','E',sysdate,'BASE','BASE'); ('VTRJCCONF','Rejection error','Rejected transaction cannot be confirmed','E',sysdate,'BASE','BASE');
insert into messages insert into messages
......
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