DBA Data[Home] [Help]

APPS.PO_CHARGES_GRP dependencies on PO_LINES_ALL

Line 198: po_lines_all pla,

194: pla.unit_price,
195: decode(rsl.quantity_received, 0, rsl.quantity_shipped, rsl.quantity_received)
196: BULK COLLECT INTO l_line_rec_table
197: FROM rcv_shipment_lines rsl,
198: po_lines_all pla,
199: po_headers_all pha,
200: po_line_locations_all plla
201: WHERE rsl.po_line_id = pla.po_line_id
202: AND rsl.po_header_id = pha.po_header_id