Commit 4f5f0e69 authored by vvengurlekar's avatar vvengurlekar

System_Entries.sql - SYSTEM EVENTS ENTRY ADDED for obj_name payment_exp[itemchange and validation]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191498 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a570b502
...@@ -648,3 +648,10 @@ insert into finparm (prd_code,var_name,var_type,var_value,chg_date,chg_user,chg_ ...@@ -648,3 +648,10 @@ insert into finparm (prd_code,var_name,var_type,var_value,chg_date,chg_user,chg_
values ('999999','PAY_RND_TO','N',1,to_date('01-01-17','DD-MM-RR'),'SYSADM ','SYSADM ','Misc Voucher Round To Yes / No',null,null); values ('999999','PAY_RND_TO','N',1,to_date('01-01-17','DD-MM-RR'),'SYSADM ','SYSADM ','Misc Voucher Round To Yes / No',null,null);
-----------------------------------Fin Param entry added by Varsha V on 26-09-18 [END]------------------------ -----------------------------------Fin Param entry added by Varsha V on 26-09-18 [END]------------------------
----------------------------SYSTEM EVENTS ENTRY ADDED BY VARSHA V ON 02-10-18 [START]---------------------------
update system_events set service_code='poic_default_ejb', comp_type ='JB', comp_name ='ibase.webitm.ejb.fin.PaymentExpenseEJB' where obj_name = 'payment_exp' and event_code = 'post_item_change';
UPDATE SYSTEM_EVENTS SET service_code='prv_default_ejb', comp_type ='JB', comp_name ='ibase.webitm.ejb.fin.PaymentExpenseEJB' where obj_name = 'payment_exp' and event_code = 'pre_validate';
----------------------------SYSTEM EVENTS ENTRY ADDED BY VARSHA V ON 02-10-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