Commit 80fedfe3 authored by dpawar's avatar dpawar

added disparm record


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94512 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf52b012
...@@ -163,6 +163,9 @@ values ...@@ -163,6 +163,9 @@ values
('VTNGAMTE','Negative amount','Net PTS Rate is less than invoice rate.Debit note not generated','E',sysdate,'BASE','BASE'); ('VTNGAMTE','Negative amount','Net PTS Rate is less than invoice rate.Debit note not generated','E',sysdate,'BASE','BASE');
update messages set msg_type='P' where msg_no='VTPPRCSF'; update messages set msg_type='P' where msg_no='VTPPRCSF';
--07/04/14
Insert into disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
values ('999999','POD_SCHEME_APPLY','S','F','To deside scheme whether scheme applicable or not for POD',null,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