Commit 95dd6edd 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@102488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9a003e6e
......@@ -29,7 +29,7 @@ insert into system_service_args (service_code,line_no,arg_name,arg_mode,descr,ar
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
insert into system_service_args (service_code,line_no,arg_name,descr,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