Commit 707d6695 authored by ppatro's avatar ppatro

update sql for


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92887 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1a69f414
...@@ -36478,6 +36478,65 @@ INSERT INTO GENCODES ( ...@@ -36478,6 +36478,65 @@ INSERT INTO GENCODES (
NULL, NULL,
NULL); NULL);
delete from MESSAGES where msg_no in ('INVHAZITEM','INVCURITEM');
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 (
'INVCURITEM',
'Invalid Master Carton',
'Haz and Non Haz items cannot be packed in the same master',
'E',
'E',
NULL,
NULL,
NULL,
TO_DATE('13-02-2008 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'RAKESH ',
'RAKESH ',
NULL,
NULL);
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 (
'INVHAZITEM',
'Invalid Master Carton ',
'Haz and Non Haz items cannot be packed in the same master ',
'E',
'E',
NULL,
NULL,
NULL,
TO_DATE('13-02-2008 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'RAKESH ',
'RAKESH ',
NULL,
NULL);
commit; 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