DBA Data[Home] [Help]

APPS.ECE_POCO_TRANSACTION dependencies on MTL_UNITS_OF_MEASURE

Line 1562: from mtl_units_of_measure

1558:
1559: begin
1560:
1561: select uom_code into l_line_tbl(nLine_uom_pos).value
1562: from mtl_units_of_measure
1563: where unit_of_measure = l_line_tbl(nLine_uom_code_pos).value;
1564: exception
1565: when others then
1566: null;