Commit 8a00f6c5 authored by rtiwari's avatar rtiwari

SAL ADDED FOR TARO EDI POINT FOR ROUNDING AMOUNT


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