Commit 8623cad5 authored by dpawar's avatar dpawar

add two messages


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93493 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9eb6f9cd
...@@ -412,3 +412,15 @@ values ...@@ -412,3 +412,15 @@ values
Insert into disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM) Insert into disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','POD_INV_TYPE','S','DM,IS','Invoice Type List for Proof of Delivery',null,sysdate,'BASE','BASE'); values ('999999','POD_INV_TYPE','S','DM,IS','Invoice Type List for Proof of Delivery',null,sysdate,'BASE','BASE');
--14-Aug-13
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTPODQNN','POD Quantity error','POD Quantity cannot be blank or zero','E',sysdate,'BASE','BASE');
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTRSALENN','Rate Resale error','Rate Resale cannot be blank or zero','E',sysdate,'BASE','BASE');
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