Commit acd30cdf authored by pgole's avatar pgole

Updated sql for auto stock replenishment order button functionality.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103372 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82e77638
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 ('cust_stock','pre_order','1','prcm_default_order_ejb',null,'0',to_date('04-12-07','DD-MM-RR'),'Base ','Base','2','EJB','CustStockOrder');
insert into system_event_services (service_code,service_descr,service_uri,service_provider,method_name,return_value,return_type,return_descr,return_xfrm,chg_date,chg_user,chg_term)
values ('prcm_default_order_ejb','Action To order','http://localhost:9090/axis/services/ValidatorService','Base Information','submit','String','S',null,null,to_date('01-06-12','DD-MM-RR'),'base ','base');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prcm_default_order_ejb',1,'COMPONENT_TYPE','I','Component Type','C.String',null,to_date('01-06-12','DD-MM-RR'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prcm_default_order_ejb',2,'COMPONENT_NAME','I','Component Name','C.String',null,to_date('01-06-12','DD-MM-RR'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prcm_default_order_ejb',3,'<tran_id>','I','tranid','C.String',null,to_date('01-06-12','DD-MM-RR'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prcm_default_order_ejb',4,'XTRA_PARAMS','I','Extra Arguments','S',null,to_date('01-06-12','DD-MM-RR'),'BASE ','BASE',null);
insert into system_service_args (service_code,line_no,arg_name,arg_mode,descr,arg_type,arg_xfrm,chg_date,chg_user,chg_term,arg_value) values ('prcm_default_order_ejb',5,'FORCED_FLAG','I','Forced Flag','S',null,to_date('01-06-12','DD-MM-RR'),'BASE ','BASE',null);
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