Commit 6464c93a authored by wansari's avatar wansari

W16ASUN024 added system_event_services entry


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101504 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e35fc301
...@@ -8,8 +8,14 @@ Insert into system_events (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD ...@@ -8,8 +8,14 @@ Insert into system_events (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD
CHG_USER,CHG_TERM,RESULT_HANDLE,COMP_TYPE,COMP_NAME,COMM_FORMAT) CHG_USER,CHG_TERM,RESULT_HANDLE,COMP_TYPE,COMP_NAME,COMM_FORMAT)
values ('inv_hold','pallet_req','1','pallet_req_lock',null,'0',sysdate,'BASE','BASE','2','EJB','PalletRequisitionActEJB',null); values ('inv_hold','pallet_req','1','pallet_req_lock',null,'0',sysdate,'BASE','BASE','2','EJB','PalletRequisitionActEJB',null);
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,SERVICE_NAMESPACE,RES_ELEM,SOAP_ACTION)
values ('pallet_req_lock','Action To save data in interface2 table','http://localhost:8080/axis/services/ActionHandlerService',
'Base Information','palletRequestLock','String','S',null,null,sysdate,'Base','Base',null,null,null);
Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER, Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,
CHG_TERM) CHG_TERM)
values ('VTNOTEDIT','Transaction already submitted!','Selected transaction is already submitted and cannot edited.','E','Y', values ('VTNOTEDIT','Transaction already submitted!','Selected transaction is already submitted and cannot edited.','E','Y',
null,null,null,sysdate,'BASE','BASE'); null,null,null,sysdate,'BASE','BASE');
----------------------------inventory Hold------------------------------- ----------------------------inventory Hold-------------------------------
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