DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on INV_CONVERT

Line 2989: l_test_qty := INV_CONVERT.inv_um_convert(

2985: CLOSE uom;
2986:
2987: IF p_sample_rec.sample_qty_uom <> l_uom THEN
2988:
2989: l_test_qty := INV_CONVERT.inv_um_convert(
2990: item_id => p_sample_rec.inventory_item_id,
2991: organization_id => p_sample_rec.organization_id,
2992: precision => NULL,
2993: from_quantity => p_sample_rec.SAMPLE_QTY,