Commit 161c5851 authored by tmahadi's avatar tmahadi

Update xml and sql for Ecollection Module.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104225 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f493391
--transetup update to add detail record on form change--
update transetup set repeat_add_det = 'Y' where tran_window = 'w_ecollection';
--message to pop on entering invalid Statement id.--
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option) values ('VTINVSTMID','Invalid Statement Id.','Statement Id entered does not exist in its master.','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
--message to pop on entering Statement id with already update reference id.--
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option) values ('VTECSREFID','Invalid Statement Id.','Bank Statement already update with other reference number.','E','Y',null,null,null,to_date('25-NOV-16','DD-MON-RR'),'BASE ','BASE ',null,null);
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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