DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on MTL_UNITS_OF_MEASURE_VL

Line 1279: FROM mtl_units_of_measure_vl

1275: -- Get the Primary Unit of Measure Description that will be
1276: -- used as the token for the over tolerance error message.
1277: SELECT unit_of_measure_tl
1278: INTO l_primary_uom_tl
1279: FROM mtl_units_of_measure_vl
1280: WHERE uom_code = p_primary_uom_code;
1281:
1282: FND_MESSAGE.SET_TOKEN ('SHIP_LINE_NUM', p_ship_line_num) ;
1283: FND_MESSAGE.SET_TOKEN ('QTY', x_tolerable_quantity) ;