Commit 8660e521 authored by nkhan's avatar nkhan

Added by nasruddin


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@39864 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c5845e7c
...@@ -674,7 +674,7 @@ INTO messages ...@@ -674,7 +674,7 @@ INTO messages
( (
'VMSITECD ', 'VMSITECD ',
'Invalid SiteCode !', 'Invalid SiteCode !',
'site code does not exsit in site master', 'Site code does not exsit in site master',
'E', 'E',
'Y', 'Y',
sysdate, sysdate,
...@@ -683,7 +683,24 @@ INTO messages ...@@ -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