Commit 3baf74f5 authored by rbhogale's avatar rbhogale

Changed by Rohan on 29-10-12


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92106 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1dd5b6d0
...@@ -34376,3 +34376,62 @@ INSERT INTO messages( ...@@ -34376,3 +34376,62 @@ INSERT INTO messages(
commit; commit;
commit; commit;
--Changed by Rohan on 29-10-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 (
'REPLWAVCAN',
'wave cancle.',
'Wave already cancle for scanning transcation',
'W',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'ROHAN',
'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 (
'PRVREPLSCN',
'Replanishment Not Scan.',
'Depended Repanishment not scan.',
'W',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'ROHAN',
'BASE',
NULL,
NULL);
commit;
\ 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