DBA Data[Home] [Help]

APPS.WIP_DEFAULT_RES dependencies on PO_LINES_ALL

Line 343: from po_lines_all

339:
340: /* get the uom that was used on the Purchase Order */
341: select UNIT_MEAS_LOOKUP_CODE
342: into l_po_uom
343: from po_lines_all
344: where po_line_id = g_RCV_txn.po_line_id;
345:
346: /*
347: Fixed Bug#2139994. Changed g_RCV_txn.quantity to l_quantity_ordered

Line 552: from po_lines_all

548: /* Fix for Bug# 2396342 */
549:
550: select UNIT_MEAS_LOOKUP_CODE
551: into l_po_uom
552: from po_lines_all
553: where po_line_id = g_RCV_txn.po_line_id;
554:
555: if l_po_uom <> g_RCV_txn.primary_unit_of_measure then
556: l_conversion_factor := inv_convert.inv_um_convert