DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on MTL_UNITS_OF_MEASURE

Line 1642: from mtl_units_of_measure

1638:
1639: begin
1640:
1641: select uom_code into l_line_tbl(nLine_uom_pos).value
1642: from mtl_units_of_measure
1643: where unit_of_measure = l_line_tbl(nLine_uom_code_pos).value;
1644: exception
1645: when others then
1646: null;