DBA Data[Home] [Help]

APPS.WIP_DEFAULT_SHOPFLOORMOVE dependencies on MTL_UNITS_OF_MEASURE

Line 1067: l_po_uom_code mtl_units_of_measure.uom_code%type;

1063: l_curr_qty_delivered NUMBER;
1064: l_quantity_in_queue NUMBER;
1065: l_scheduled_quantity NUMBER;
1066: l_usage_rate_or_amount NUMBER;
1067: l_po_uom_code mtl_units_of_measure.uom_code%type;
1068: l_interface_txn_id NUMBER;
1069: l_osp_item_id NUMBER;
1070: l_remaining_qty NUMBER;
1071:

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) =