Commit 4ed82980 authored by rbhogale's avatar rbhogale

Chnaged by Rohan on 29-05-13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93172 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5e2aaad9
...@@ -38636,4 +38636,63 @@ INSERT INTO POPHELP VALUES ( ...@@ -38636,4 +38636,63 @@ INSERT INTO POPHELP VALUES (
UPDATE MESSAGES SET MSG_DESCR = 'Stan Code To and Stan Code From Combination is duplicate' where msg_no = 'VTSTANDB'; UPDATE MESSAGES SET MSG_DESCR = 'Stan Code To and Stan Code From Combination is duplicate' where msg_no = 'VTSTANDB';
commit; commit;
--chnaged by rohan on 29-05-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 (
'SNGIEMLOT',
'single item and single lot',
'single item and single lot allow only',
'E',
'E',
NULL,
NULL,
NULL,
fn_sysdate(),
'BASE',
'BASE',
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 (
'SGITMMULLT',
'single item and multiple lot',
'single item and multiple lot allow only',
'E',
'E',
NULL,
NULL,
NULL,
fn_sysdate(),
'BASE',
'BASE',
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