Commit 4e15f78e authored by cpatil's avatar cpatil

add sql for ref id


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99899 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e7f30f07
...@@ -137,8 +137,12 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR ...@@ -137,8 +137,12 @@ Insert into system_service_args (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR
Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM) Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMRECALSUC','Recalculate Successfully.','Recalculate Successfully.','P','Y',sysdate,'BASE','BASE'); values ('VMRECALSUC','Recalculate Successfully.','Recalculate Successfully.','P','Y',sysdate,'BASE','BASE');
Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMREFIDNUL','Reference Id Null.','Reference id null.','E','Y',sysdate,'BASE','BASE');
Insert into messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMREFIDCNF','Reference Id already confirmed','Reference id already confirmed.','E','Y',sysdate,'BASE','BASE');
COMMIT COMMIT
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