DBA Data[Home] [Help]

APPS.WIP_DEFAULT_SHOPFLOORMOVE dependencies on MTL_UNITS_OF_MEASURE_VL

Line 1133: from mtl_units_of_measure_vl uom

1129:
1130: begin
1131: select uom.uom_code
1132: into l_po_uom_code
1133: from mtl_units_of_measure_vl uom
1134: where uom.unit_of_measure =
1135: ( select PL.unit_meas_lookup_code
1136: from po_lines_all Pl
1137: where (pl.po_header_id,pl.po_line_id) =