Commit 39311bf0 authored by dpawar's avatar dpawar

added sql for gencodes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94146 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f5991228
...@@ -286,6 +286,9 @@ insert into messages ...@@ -286,6 +286,9 @@ insert into messages
values values
('VTTNSVD','Transaction not saved','Error in saving transaction','E',sysdate,'BASE','BASE'); ('VTTNSVD','Transaction not saved','Error in saving transaction','E',sysdate,'BASE','BASE');
-- 21/01/14
update gencodes set fld_value='PODDB' where mod_name='W_MISC_DRCR_RCP_DR' and fld_name='REAS_CODE' and fld_value='PODDBTNOTE';
......
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