DBA Data[Home] [Help]

APPS.CSD_RETURNS_BI_UTIL dependencies on INV_CONVERT

Line 31: l_converted_value := inv_convert.inv_um_convert(

27: BEGIN
28: if (p_qty is null) then
29: l_converted_value := p_error_val;
30: else
31: l_converted_value := inv_convert.inv_um_convert(
32: item_id => 0,
33: precision => 38,
34: from_quantity => p_qty,
35: from_unit => p_from_uom,