Commit 625369ae authored by kmandhre's avatar kmandhre

add gen validate for SOF-TARO


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94226 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b38836e6
...@@ -45053,4 +45053,8 @@ INSERT INTO messages ( ...@@ -45053,4 +45053,8 @@ INSERT INTO messages (
--SQL added by manoj dtd 06/02/2014 to define finparm to Set tran Type in Cr Note through Credit rebill process --SQL added by manoj dtd 06/02/2014 to define finparm to Set tran Type in Cr Note through Credit rebill process
Insert into FINPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,CHG_DATE,CHG_USER,CHG_TERM,DESCR,VAR_SUBS,ADDL_VALUE) values ('999999','CRBILL_TRAN_TYPE','S','F',SYSDATE,'BASE ','base ','Set tran Type in Cr Note through Credit rebill process ',0,null); Insert into FINPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,CHG_DATE,CHG_USER,CHG_TERM,DESCR,VAR_SUBS,ADDL_VALUE) values ('999999','CRBILL_TRAN_TYPE','S','F',SYSDATE,'BASE ','base ','Set tran Type in Cr Note through Credit rebill process ',0,null);
--ADDED BY KUNAL ON 11/FEB/14 add gen validate for SOF-TARO
insert into system_events (obj_name,event_code,event_context,service_code,method_rule,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name)
values ('sordform_tr','post_validate','1','post_gen_val',null,'0',sysdate,'KUNAL','KUNAL','2','EJB','GenValidate');
commit; commit;
\ 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