DBA Data[Home] [Help]

APPS.OPI_DBI_RPT_UTIL_PKG dependencies on INV_CONVERT

Line 3899: inv_convert.inv_um_conversion(p_from_unit , p_to_unit , p_item_id, l_uom_rate);

3895:
3896: --l_uom_rate := NULL;
3897: if ( p_from_unit <> p_to_unit )then
3898:
3899: inv_convert.inv_um_conversion(p_from_unit , p_to_unit , p_item_id, l_uom_rate);
3900: if ( l_uom_rate = -99999 ) then
3901: --RAISE UOM_CONV_ERROR;
3902: OPI_DBI_RPT_UTIL_PKG.g_pk_uom_conversion := 0;
3903: l_debug_msg := 'Conversion not found from unit '|| p_from_unit || 'to unit' || p_to_unit || 'for item id ' || p_item_id ;