Commit 752498f2 authored by dpawar's avatar dpawar

update query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92381 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fbb4b9e2
...@@ -1065,6 +1065,10 @@ insert into messages ...@@ -1065,6 +1065,10 @@ 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
('VRECAMTGRT','Done Bond Recovery','Bond Recovery amount done for this employee','E',sysdate,'Dadaso','BASE'); ('VRECAMTGRT','Done Bond Recovery','Bond Recovery amount done for this employee','E',sysdate,'Dadaso','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VBACTAMTGR','Bond actual amount is Greater','Bond actual amount can not be greater than recovery amount due','E',sysdate,'Dadaso','BASE');
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)
......
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