Commit 5911ebaa authored by ssarkar's avatar ssarkar

update by sumit on 10/05/13 message insert sql given by pragyan sir.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93039 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a9cb8e8
......@@ -38082,6 +38082,23 @@ commit;
--Chnaged by Rohan on 09-05-13 for chnages in message description
UPDATE MESSAGES SET MSG_STR='Invalid LPN No', MSG_DESCR='LPN No does not exist on the current location.' WHERE MSG_NO ='VTLPNNTVAL';
UPDATE MESSAGES SET MSG_STR='Invalid Location', MSG_DESCR='Inventory is on Hold.Scanned location is not a reserve location.' WHERE MSG_NO ='VTLOCCODE8';
--Changed by sumit on 10/05/13 given by pragyan sir.
INSERT INTO messages VALUES (
'NOTMATCH ',
'Mismatch Found ',
'Physical Scan Quantity and Stock Quantity mismatch',
'W',
'Y',
NULL,
NULL,
NULL,
TO_DATE('19-06-2012 09:20:19','DD-MM-YYYY HH24:MI:SS'),
'ROHAN ',
'BASE ',
NULL,
NULL);
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