DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on PO_UOM_S

Line 1089: PO_UOM_S.uom_convert(

1085: p_tolerable_quantity => l_tolerable_quantity_rsl,
1086: p_unit_of_measure => l_unit_of_measure_rsl,
1087: p_secondary_available_qty => l_secondary_available_qty_rsl);
1088: -- Necessary convertion so that the available quantity can be calculated in the PO UOM.
1089: PO_UOM_S.uom_convert(
1090: l_quantity_rsl,
1091: l_unit_of_measure_rsl,
1092: l_rcv_shipmt_lines.item_id,
1093: l_rcv_shipmt_lines.unit_meas_lookup_code,