Commit 8f68f2d1 authored by dpawar's avatar dpawar

added validation for tran type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96199 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 648b5a62
...@@ -472,7 +472,7 @@ values ...@@ -472,7 +472,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
('VTSITENN','Mandatory field','SIte Code cannot be blank.Please enter Site Code','E',sysdate,'BASE','BASE'); ('VTSITENN','Mandatory field','Site Code cannot be blank.Please enter Site Code','E',sysdate,'BASE','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)
...@@ -632,3 +632,15 @@ values('misc_vch_emp','1','acct_code__adv','Y'); ...@@ -632,3 +632,15 @@ values('misc_vch_emp','1','acct_code__adv','Y');
insert into obj_itemchange (obj_name,form_no,field_name,mandatory) insert into obj_itemchange (obj_name,form_no,field_name,mandatory)
values('misc_vch_emp','1','cctr_code__adv','Y'); values('misc_vch_emp','1','cctr_code__adv','Y');
--added on 10/08/14
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VMTRNTNN','Mandatory field','Transaction Type can not be blank.Please enter Transaction Type.','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VMTRTGEN','Invalid Transaction Type','The Transaction Type you have entered is not found in the gencodes master.','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