Commit 1e4eecd8 authored by caluka's avatar caluka

Unit Code Not Found message updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101728 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 719cba8e
...@@ -14,5 +14,5 @@ UPDATE SYSTEM_EVENTS SET SERVICE_CODE='prcm_default_ejb',COMP_TYPE='EJB',COMP_NA ...@@ -14,5 +14,5 @@ UPDATE SYSTEM_EVENTS SET SERVICE_CODE='prcm_default_ejb',COMP_TYPE='EJB',COMP_NA
where obj_name='adj_rcp' and event_code='pre_confirm'; where obj_name='adj_rcp' and event_code='pre_confirm';
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) Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM)
values ('VTALTUNIT1','Unit Code Not Found!','Alt. unit code you have entered is not existing in the unit master.','P','Y',null,null,null,to_date('24-JAN-07','DD-MON-RR'),'BASE','SYSTEM',null,null); values ('VTALTUNIT1','Unit Code Not Found!','Alt. unit code you have entered is not exist in the unit master.','E','Y',null,null,null,to_date('24-JAN-07','DD-MON-RR'),'BASE','SYSTEM');
\ No newline at end of file
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