Commit 10daa8ca authored by sankara.rao's avatar sankara.rao

changed by sankara on 10/03/13 for unconfirmed picking pallets message sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93714 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 206833ea
...@@ -44413,4 +44413,34 @@ INSERT INTO GENCODES ( ...@@ -44413,4 +44413,34 @@ INSERT INTO GENCODES (
NULL, NULL,
NULL); NULL);
commit; commit;
--changed by sankara on 30/09/13 for getting unconfirmed repl orders request WM3FSUN005 end. --changed by sankara on 30/09/13 for getting unconfirmed repl orders request WM3FSUN005 end.
\ No newline at end of file --changed by sankara on 03/10/13 for getting for unconfiremd picking pallets
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 (
'VTPENDPICK',
'Unconfirmed Picking pallets ',
'Unconfirmed Picking pallets found,please check the picking tasks.',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'BASE ',
'BASE ',
NULL,
NULL);
commit;
\ 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