Commit 9e0847ab authored by pjain's avatar pjain

changed by sankara on 07/jun/14 updated messages sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95226 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bb67f1ae
......@@ -45588,7 +45588,36 @@ VALUES (
'WMS');
commit;
--changed by sankara on 02/06/14 update sql for wave task home screen end.
--changed by sankara on 07/06/14 update sql for pick deallocation validation
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 (
'VPPICKNOTA',
'Invalid Deallocation',
'is already in process, Pick Deallocation not allowed',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'BASE ',
'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