Commit b2e66ef6 authored by rbhogale's avatar rbhogale

Changed by Rohan on 1-11-12 for stock to dock validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92121 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e0ef7da5
......@@ -34435,3 +34435,33 @@ INSERT INTO messages (
NULL,
NULL);
commit;
--Changed by Rohan on 1-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 (
'NTREPLSCAN',
'Wave Cancle.',
'Wave Cancle already.You can not scan the transcation.',
'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