Commit 550a09a9 authored by sankara.rao's avatar sankara.rao

changed by sankara on 19/09/13 updated message sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93633 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 70c737ae
......@@ -44227,5 +44227,33 @@ TO_DATE('16-08-2013 15:50:24','DD-MM-YYYY HH24:MI:SS'),
NULL,
NULL);
commit;
\ No newline at end of file
--changed by sankara on 19/09/13 for updated message sql
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 (
'VTNODATAFD',
'No data Found',
'No Data Found in INV_HOLD_DET and INV_HOLD_REL_DET table',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Base ',
'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