DBA Data[Home] [Help]

APPS.POS_QUANTITIES_S dependencies on PO_LINES_ALL

Line 107: po_lines_all pol

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:
111: inv_convert.inv_um_conversion(x_asn_uom_code,