Commit 9a003e6e authored by jshinde's avatar jshinde

Request Id:[W16CSUN009]Full and Partial Pallet details:

 Same as in expiry and near expiry request user want flag for full and partial pallet in hold/damage and rejection status.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102487 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf05756f
update SYSTEM_EVENTS set comp_type='EJB' ,comp_name='PoRcpConf' WHERE obj_name='porcp' and service_code='prcm_default_1' and event_code='pre_confirm';
update system_event_services set service_uri='http://localhost:8080/axis/services/ActionHandlerService',method_name='confirm',service_namespace='',res_elem='',soap_action=''
where service_code='prcm_default_1';
update system_service_args set arg_value='PoRcpConf' where service_code='prcm_default_1' and line_no='2';
insert into disparm (prd_code,var_name,var_type,var_value,descr,var_subs,chg_date,chg_user,chg_term)
values ('999999','REJECTED_LOCKS','S','REJ_LOCK','Awms rejected locks',0,SYSDATE,'BASE','BASE');
......@@ -16,3 +8,29 @@ insert into disparm (prd_code,var_name,var_type,var_value,descr,var_subs,chg_dat
values ('999999','REF_SER_SWMS','S','INVHOL,REJ','Ref series in swms_to_awms',0,
sysdate,'BASE','BASE');
update SYSTEM_EVENTS set comp_type='EJB' ,comp_name='PoRcpConf' ,service_code='prcm_default_porcp'
WHERE obj_name='porcp' and service_code='prcm_default_1' and event_code='pre_confirm';
insert into system_event_services (service_code,service_descr,service_uri,service_provider,
method_name,return_value,return_type,chg_date,chg_user,chg_term) values
('prcm_default_porcp','Action to confirm Purchase Receipt',
'http://localhost:8080/axis/services/ActionHandlerService',
'Base Information','confirm','String','S',sysdate,'Base',
'Base');
insert into system_service_args (service_code,line_no,arg_name,arg_mode,descr,arg_type,chg_date,chg_user,chg_term,arg_value) values
('prcm_default_porcp',1,'COMPONENT_TYPE','I','Component Type','S',sysdate,'Base','Base','EJB');
insert into system_service_args (service_code,line_no,arg_name,arg_mode,descr,arg_type,chg_date,chg_user,chg_term,arg_value)
values ('prcm_default_porcp',2,'COMPONENT_NAME','I','Component name','S',sysdate,'Base','Base','PoRcpConf');
insert into system_service_args (service_code,line_no,arg_name,arg_type,chg_date,chg_user,chg_term)
values ('prcm_default_porcp',3,'<tran_id>','B.String',sysdate,'Base','Base');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_TYPE,CHG_DATE,CHG_USER,CHG_TERM) values
('prcm_default_porcp',4,'XTRA_PARAMS','params','S',sysdate,'Base','Base');
insert into system_service_args (service_code,line_no,arg_name,descr,arg_type,chg_date,chg_user,chg_term)
values ('prcm_default_porcp',5,'FORCED_FLAG','flag','S',sysdate,'Base','Base');
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