Commit 0168c01f authored by dpawar's avatar dpawar

update new query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92355 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62923468
......@@ -442,6 +442,11 @@ insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VMEMPCD1','Employee Not found ...','This employee does not exist in master','E',sysdate,'Dadaso','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VBAMTNOTF','Employee not found','Record not found in Employee bond table','E',sysdate,'Dadaso','BASE');
-----------------------------------------------
insert into messages
......@@ -987,12 +992,14 @@ sysdate,
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VCONFSUC','confirm Successfully','Transaction confirm Successfully','P',sysdate,'Dadaso','BASE');
('VCONFSUC','Transaction Confirmed!','Selected Transaction confirmed.','P',sysdate,'Dadaso','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VCONFUSUC','Not confirm','Transaction not confirm. please! try again','E',sysdate,'Dadaso','BASE');
('VCONFUSUC','Not confirm','Selected Transaction not confirm.','E',sysdate,'Dadaso','BASE');
insert into messages
(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