Commit eddb12ad authored by rbhogale's avatar rbhogale

Changed by Rohan on 23-10-12 to merge wave cancle sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92040 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 20e42732
...@@ -34122,3 +34122,90 @@ VALUES ( ...@@ -34122,3 +34122,90 @@ VALUES (
NULL); NULL);
commit; commit;
--- 23-10-12 unique base team changed by rohan
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 (
'NTWAVECAN ',
'Wave not cancle.',
'Despatch is generated.You can not cancle wave.',
'E',
'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 (
'WAVECANCEL',
'Wave Reversal already done',
'Wave reversal already done.You can not Reverse wave again.',
'E',
'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 (
'WAVENTREV ',
'Task scan already',
'One of the Task is already Scan.Wave Reversal is not possible.',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'ROHAN ',
'BASE ',
NULL,
NULL);
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