DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on PO_LINES_ALL

Line 766: , po_lines_all pol

762: , decode(rsl.quantity_received, 0, rsl.quantity_shipped, rsl.quantity_received) * pol.unit_price
763: BULK COLLECT INTO l_shipment_line_ids
764: , l_shipment_line_amounts
765: FROM rcv_shipment_lines rsl
766: , po_lines_all pol
767: WHERE rsl.shipment_header_id = p_charge.shipment_header_id
768: AND pol.po_line_id = rsl.po_line_id;
769:
770: asn_debug.put_line('id: ' || l_shipment_line_ids.count || ' amt: ' || l_shipment_line_amounts.count);