DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINE_LOCATIONS_ALL

Line 2178: , po_line_locations_all POLL

2174: , PD.last_updated_by
2175: , PD.last_update_login
2176: FROM po_price_differentials PD
2177: , po_lines_all POL
2178: , po_line_locations_all POLL
2179: WHERE PD.entity_type = 'PRICE BREAK'
2180: AND PD.entity_id = POLL.line_location_id
2181: AND POLL.po_line_id = POL.po_line_id
2182: AND POL.po_header_id = p_po_header_id;