Commit 99c33985 authored by vvengurlekar's avatar vvengurlekar

System_Entries.sql - system entries for itemchange and validation of asset_install


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193836 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b70fb82f
......@@ -764,11 +764,15 @@ begin
----------------------Alter query added for changing the datatype of bill_no from char(15) to varchar2(20) by Jaffar S. on 26-11-18 [End]---------------
----------------------Message table entry for VTPORCPVAL by Varsha V on 28-11-18 [Start]---------------
-------------------Message table entry for VTPORCPVAL and system entries by Varsha V on 28-11-18 [Start]---------------
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 ('VTPORCPVAL','Invalid Quantity!','Asset installation quantity is equals to receipt quantity','E','Y',null,null,null,to_date('06-01-09','DD-MM-RR'),'BASE ','BASE ',null,null);
----------------------Message table entry for VTPORCPVAL by Varsha V on 28-11-18 [End]---------------
update system_events set comp_type='JB', comp_name='ibase.webitm.ejb.fin.AssetInstallIC' , service_code='poic_default_ejb' where event_code='post_item_change' and obj_name='asset_install';
update system_events set comp_type='JB', comp_name='ibase.webitm.ejb.fin.AssetInstallIC' , service_code='prv_default_ejb' where event_code='pre_validate' and obj_name='asset_install';
----------------------Message table entry for VTPORCPVAL and system entries by Varsha V on 28-11-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