Commit 85e69795 authored by rbhogale's avatar rbhogale

Changed by Rohan on 2-11-12


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92137 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 178cc9fc
...@@ -34465,3 +34465,32 @@ INSERT INTO messages ( ...@@ -34465,3 +34465,32 @@ INSERT INTO messages (
'BASE', 'BASE',
NULL, NULL,
NULL); NULL);
--Changed by Rohan on 2-11-12
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 (
'INVSUGLOC',
'Blank Suggested Location',
'Please Enter Suggested Location.It can not be null.',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'ROHAN',
'BASE',
NULL,
NULL);
\ 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