Commit 9bf8b97e authored by vvengurlekar's avatar vvengurlekar

System_Entries.sql - Message table entry for VTPORCPVAL in asset install validation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193689 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5aec23a
......@@ -762,4 +762,13 @@ begin
alter table drcr_pay modify bill_no varchar2(20);
----------------------Alter query added for changing the datatype of bill_no from char(15) to varchar2(20) by Jaffar S. on 26-11-18 [End]---------------
\ No newline at end of file
----------------------Alter query added for changing the datatype of bill_no from char(15) to varchar2(20) by Jaffar S. on 26-11-18 [End]---------------
----------------------Message table entry for VTPORCPVAL by Varsha V on 28-11-18 [Start]---------------
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 ('VTPORCPVAL','Invalid Quantity!','Asset installation quantity is equals to receipt quantity','E','Y',null,null,null,to_date('06-01-09','DD-MM-RR'),'BASE ','BASE ',null,null);
----------------------Message table entry for VTPORCPVAL by Varsha V on 28-11-18 [End]---------------
\ 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