Commit b09566e8 authored by vvengurlekar's avatar vvengurlekar

System_Entries.sql - asset installation confirmation related system entries added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194323 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 246630db
......@@ -781,3 +781,17 @@ insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,e
values ('VTIBCA6','Link type not defined','IBCA link type is not defined','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN','HDP',null,null);
-------------Message table entry for VTIBCA6 by Varsha V on 04-12-18 [End]--------------------
-------------------Message table entry for VTENVAR1,VTDEPRMTD2 and system entries by Varsha V on 11-12-18 [Start]---------------
update system_events set service_code = 'prcm_default_ejb', comp_type = 'JB', comp_name = 'ibase.webitm.ejb.fin.adv.AssetInstallConf'
where obj_name = 'asset_install' and event_code = 'pre_confirm';
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
('VTENVAR1','Parameter Not Defined!','Parameter POST_ON_LINE is not defined in finance','E','Y',null,'alarm.wav',null,to_date('21-08-15','DD-MM-RR'),'BASE ','BASE ',null,null);
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
('VTDEPRMTD2','Invalid Depreciation Method-IT','Depreciation Method Not Defined in Financial Parameter File.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
-------------------Message table entry for VTENVAR1,VTDEPRMTD2 and system entries by Varsha V on 11-12-18 [END]---------------
\ No newline at end of file
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