DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINE_LOCATIONS

Line 2095: from po_line_locations pll,

2091: pll.creation_date,
2092: pll.created_by,
2093: pll.last_update_date,
2094: pll.last_updated_by
2095: from po_line_locations pll,
2096: -- bug 2714549: added paii to join; removed join to po_lines
2097: pon_auc_items_interface paii
2098: where pll.po_header_id = p_po_header_id and
2099: --bug 2714549 start: changed join conditions from po_lines

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;