DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on MTL_UNITS_OF_MEASURE

Line 1609: from mtl_units_of_measure

1605:
1606: begin
1607:
1608: select uom_code into l_line_tbl(nLine_uom_pos).value
1609: from mtl_units_of_measure
1610: where unit_of_measure = l_line_tbl(nLine_uom_code_pos).value;
1611: exception
1612: when others then
1613: null;