DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on INV_CONVERT

Line 25: L_Quantity := INV_CONVERT.Inv_Um_Convert

21: L_Quantity := 0;
22: ELSIF P_From_Uom IS NULL AND P_To_Uom IS NULL THEN
23: L_Quantity := P_Quantity;
24: ELSE
25: L_Quantity := INV_CONVERT.Inv_Um_Convert
26: ( P_Item_ID
27: , 5 -- precision, can be changed later
28: , P_Quantity
29: , P_From_Uom