Commit cf5eea54 authored by rtiwari's avatar rtiwari

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95749 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a00f6c5
...@@ -47346,10 +47346,10 @@ insert into messages ( ...@@ -47346,10 +47346,10 @@ insert into messages (
'BASE ', 'BASE ',
NULL, NULL,
NULL); NULL);
-- ADDED BY RITESH ON 02/08/14 FOR TARO POINT FOR ROUNDING AMOUNT START -- ADDED BY RITESH ON 02/08/14 FOR TARO POINT (D14CTAR002) START
alter table bom add RND_OFF CHAR(1) ; alter table bom add RND_OFF CHAR(1) ;
alter table bom add RND_TO NUMBER(14,3) ; alter table bom add RND_TO NUMBER(14,3) ;
-- ADDED BY RITESH ON 02/08/14 FOR TARO POINT FOR ROUNDING AMOUNT END -- ADDED BY RITESH ON 02/08/14 FOR TARO POINT (D14CTAR002) END
commit; 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