Commit 981ee02b authored by cpatil's avatar cpatil

added sql for despatch migration


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103245 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a4249b7b
update system_events set service_code='poic_default_ejb',comp_name='DespatchManualIC',comp_type='EJB' where obj_name = 'despatch' and event_code = 'post_item_change';
update system_events set service_code='prv_default_ejb',comp_name='DespatchManualIC',comp_type='EJB' where obj_name = 'despatch' and event_code='pre_validate';
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 ('VMGPDATEIN','Invalid Removal Date.','Removal date and time. should not be less than despatch date','E','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 ('VTDESIDINV','Duplicate Despatch Id','Despatch id already exist.','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,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