Commit 80fb8548 authored by jshinde's avatar jshinde

Request Id: W15JSUN006

,One new screen on handheld device to scan the pallet after it receive tooutbound or partial picking area.
 Forklift person will scan the pallet and put it on RMPM  or FG
outbound location based on the item of pallet


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99911 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 985f8068
...@@ -8,12 +8,15 @@ audit_trail_opt, period_option) values ...@@ -8,12 +8,15 @@ audit_trail_opt, period_option) values
'BASE', '0', 'Y', 'Y', '0', '0', 'N', 'WMS', 'F', '0', 'M'); 'BASE', '0', 'Y', 'Y', '0', '0', 'N', 'WMS', 'F', '0', 'M');
-----------------------------------------------------------SYSTEM_EVENTS-------------------------------------------------------------- -----------------------------------------------------------SYSTEM_EVENTS--------------------------------------------------------------
insert into system_events (obj_name,event_code,event_context,service_code,
overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name)
values ('palletout','default_data_wiz','1','palletout_default_data','0',sysdate,
'BASE','BASE','2','EJB','PalletOutIC');
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,comm_format) values ('palletout','default_data_wiz','1','palletout_default_data',null,'0',sysdate,'BASE','BASE','2','EJB','PalletOutIC',null); insert into system_events (obj_name,event_code,event_context,service_code,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name) values ('palletout','post_save','1','pos_palletout_iss','0',sysdate,'BASE ','BASE','2','EJB','PalletOutPos');
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,comm_format) values ('palletout','post_save','1','pos_palletout_iss',null,'0',sysdate,'BASE ','BASE','2','EJB','PalletOutPos',null); insert into system_events (obj_name,event_code,event_context,service_code,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name) values ('palletout','pre_navigate_finish','1','prv_palletout_iss','0',sysdate,'Base','BASE','2','EJB','PalletOutIC');
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,comm_format) values ('palletout','pre_navigate_finish','1','prv_palletout_iss',null,'0',sysdate,'Base','BASE','2','EJB','PalletOutIC',null); insert into system_events (obj_name,event_code,event_context,service_code,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name) values ('palletout','pre_navigate_next','1','prv_palletout_iss','0',sysdate,'BASE','BASE','2','EJB','PalletOutIC');
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,comm_format) values ('palletout','pre_navigate_next','1','prv_palletout_iss',null,'0',sysdate,'BASE','BASE','2','EJB','PalletOutIC',null); insert into system_events (obj_name,event_code,event_context,service_code,overwrite_core,chg_date,chg_user,chg_term,result_handle,comp_type,comp_name) values ('palletout','pre_validate','1','prv_palletout_iss','0',SYSDATE,'BASE','BASE','2','EJB','PalletOutIC');
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,comm_format) values ('palletout','pre_validate','1','prv_palletout_iss',null,'0',SYSDATE,'BASE','BASE','2','EJB','PalletOutIC',null);
---------------------------------------------------------SYSTEM_EVENT_SERVICES---------------------------------------------- ---------------------------------------------------------SYSTEM_EVENT_SERVICES----------------------------------------------
...@@ -31,10 +34,9 @@ method_name,return_value,return_type,chg_date,chg_user,chg_term) values ...@@ -31,10 +34,9 @@ method_name,return_value,return_type,chg_date,chg_user,chg_term) values
insert into system_event_services (service_code,service_descr,service_uri,service_provider, 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, method_name,return_value,return_type,chg_date,chg_user,chg_term) values
SERVICE_NAMESPACE,RES_ELEM,SOAP_ACTION) values
('prv_palletout_iss','Validation','http://localhost:9090/axis/services/ValidatorService', ('prv_palletout_iss','Validation','http://localhost:9090/axis/services/ValidatorService',
'BASE','wfValData','String','S',null,null,SYSDATE,'Base','BASE',null,null,null); 'BASE','wfValData','String','S',SYSDATE,'Base','BASE');
------------------------------------------------------SYSTEM_SERVICE_ARGS------------------------------------------------------------ ------------------------------------------------------SYSTEM_SERVICE_ARGS------------------------------------------------------------
insert into system_service_args (service_code,line_no,arg_name,arg_mode,arg_type,chg_date,chg_user,chg_term,arg_value) values ('palletout_default_data',1,'COMPONENT_TYPE','I','S',sysdate,'BASE','BASE','EJB'); insert into system_service_args (service_code,line_no,arg_name,arg_mode,arg_type,chg_date,chg_user,chg_term,arg_value) values ('palletout_default_data',1,'COMPONENT_TYPE','I','S',sysdate,'BASE','BASE','EJB');
...@@ -126,19 +128,6 @@ chg_date,chg_user,chg_term) values ...@@ -126,19 +128,6 @@ chg_date,chg_user,chg_term) values
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt, insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,
chg_date,chg_user,chg_term) values chg_date,chg_user,chg_term) values
('VMLOCANULL','Blank Input Location ','Input Location cannot be blank. Please enter Input Location','E','Y',SYSDATE,'base','base'); ('VMLOCANULL','Blank Input Location ','Input Location cannot be blank. Please enter Input Location','E','Y',SYSDATE,'base','base');
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,
OVERRIDE_INPUT,MAIL_OPTION)
values ('CONFSUCC','Transfer sucess','Stock Transfer Sucessful.','P','Y',null,null,null,sysdate,'BASE',
'BASE',null,null);
Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,
OVERRIDE_INPUT,MAIL_OPTION)
values ('VTACKAWMS','Aknowledgment not recieved.','Aknowledgment not recieved for all line items.','E','Y',null,null,null,SYSDATE,'BASE',
'BASE',null,null);
------------------------------------------------GENCODES----------------------------------------------------------------------- ------------------------------------------------GENCODES-----------------------------------------------------------------------
insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_user, insert into gencodes (fld_name,mod_name,fld_value,descr,sh_descr,chg_date,chg_user,
chg_term,active,udf_str1) values chg_term,active,udf_str1) values
......
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