DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on INV_CONVERT

Line 2859: l_test_qty := INV_CONVERT.inv_um_convert(

2855: CLOSE uom;
2856:
2857: IF p_sample_rec.sample_qty_uom <> l_uom THEN
2858:
2859: l_test_qty := INV_CONVERT.inv_um_convert(
2860: item_id => p_sample_rec.inventory_item_id,
2861: organization_id => p_sample_rec.organization_id,
2862: precision => NULL,
2863: from_quantity => p_sample_rec.SAMPLE_QTY,