DBA Data[Home] [Help]

APPS.POS_QUANTITIES_S dependencies on PO_LINE_LOCATIONS_ALL

Line 106: from po_line_locations_all poll,

102: SELECT uom_code
103: INTO x_po_uom_code
104: FROM mtl_units_of_measure
105: WHERE unit_of_measure = (select nvl(poll.UNIT_MEAS_LOOKUP_CODE, pol.UNIT_MEAS_LOOKUP_CODE)
106: from po_line_locations_all poll,
107: po_lines_all pol
108: where poll.line_location_id = x_line_location_id and
109: poll.po_line_id = pol.po_line_id );
110: