Commit c97ff3dd authored by rbhogale's avatar rbhogale

Changed by Rohan on 07-May-13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93024 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e88f8440
......@@ -38003,6 +38003,25 @@ please enter new lock code' where msg_no = 'INVLOCKEXT';
commit;
--changed by Rohan on 07-MAy-13
DELETE FROM MESSAGES WHERE MSG_NO = 'REPCOMPL';
INSERT INTO MESSAGES VALUES (
'REPCOMPL ',
'Preview Generated !',
'The Preview is generated and the wave is not processed. Would you
like to reset the data and process a new wave ? ',
'W',
NULL,
NULL,
NULL,
NULL,
TO_DATE('7-08-2012 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'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