Commit 4f6855af authored by jshinde's avatar jshinde

new component ScheduleStatusCanc


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103593 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ccdd1aa6
...@@ -28,3 +28,11 @@ insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,e ...@@ -28,3 +28,11 @@ insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,e
values ('VTS2ASSNL','Blank Schedule status!','Can not cancel the blank Schedule status!!!','E','Y',null,null,null,sysdate,'BASE','BASE',null,null); values ('VTS2ASSNL','Blank Schedule status!','Can not cancel the blank Schedule status!!!','E','Y',null,null,null,sysdate,'BASE','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) 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 ('VTS2ASSERR','No record found!','Error while cancelation of record!!!','E','Y',null,null,null,sysdate,'BASE','BASE',null,null); values ('VTS2ASSERR','No record found!','Error while cancelation of record!!!','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
----alter---
alter table swms_to_awms add chg_date date;
alter table swms_to_awms add chg_user char(10);
alter table swms_to_awms add chg_term varchar2(15);
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