Commit 18aa523d authored by nkhan's avatar nkhan

Added by nasruddin


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101644 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4e6393f2
......@@ -674,7 +674,7 @@ INTO messages
(
'VMSITECD ',
'Invalid SiteCode !',
'site code does not exsit in site master',
'Site code does not exsit in site master',
'E',
'Y',
sysdate,
......@@ -683,7 +683,24 @@ INTO messages
);
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values ('VTDUPTRCAT',
'Tran_cat Duplicate!',
'Transaction Category code can not be dublicate .',
'E',
sysdate,
'BASE',
'BASE');
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values ('VTTRANSACT',
'Transaction accepted!',
'Selected transaction already accepted. .',
'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