Commit 3334d76d authored by ppatro's avatar ppatro

sql for pick issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f65c545a
...@@ -44601,3 +44601,35 @@ convQtyStdU)-quantityAlloc ); ...@@ -44601,3 +44601,35 @@ convQtyStdU)-quantityAlloc );
RETURN FLAG; RETURN FLAG;
END; END;
/ /
//Pragyan 18-OCT-13
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 (
'VTPICKCOMP',
'Pick Completed',
'All items already picked',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('18-10-2013 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'ppatro ',
'ppatro ',
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