DBA Data[Home] [Help]

APPS.PO_CHARGES_GRP dependencies on PO_HEADERS_ALL

Line 204: po_headers_all pha,

200: NULL --order_type added for pricing enhancement
201: BULK COLLECT INTO l_line_rec_table
202: FROM rcv_shipment_lines rsl,
203: po_lines_all pla,
204: po_headers_all pha,
205: po_line_locations_all plla
206: WHERE rsl.po_line_id = pla.po_line_id
207: AND rsl.po_header_id = pha.po_header_id
208: ANd rsl.po_line_location_id = plla.line_location_id