BF2022643 Function bomQtyReservedASI not working in Oracle

This commit is contained in:
tspc 2008-07-20 04:08:01 +00:00
parent 008b832548
commit 7d15b2c5d1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ CREATE OR REPLACE FUNCTION bomQtyReservedASI (M_Product_ID NUMBER, M_AttributeSe
M_Locator_ID NUMBER)
RETURN NUMBER
AS LANGUAGE JAVA
NAME 'org.compiere.sqlj.Product.bomQtyReserved(int,int,int,int) return java.math.BigDecimal';
NAME 'org.compiere.sqlj.Product.bomQtyReservedASI(int,int,int,int) return java.math.BigDecimal';
/
/** Currency **/