DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_LINE_LOCATIONS

Line 1513: from po_line_locations pll,

1509: pll.creation_date,
1510: pll.created_by,
1511: pll.last_update_date,
1512: pll.last_updated_by
1513: from po_line_locations pll,
1514: -- bug 2714549: added paii to join; removed join to po_lines
1515: pon_auc_items_interface paii
1516: where pll.po_header_id = p_po_header_id and
1517: --bug 2714549 start: changed join conditions from po_lines

Line 1596: , po_line_locations_all POLL

1592: , PD.last_updated_by
1593: , PD.last_update_login
1594: FROM po_price_differentials PD
1595: , po_lines_all POL
1596: , po_line_locations_all POLL
1597: WHERE PD.entity_type = 'PRICE BREAK'
1598: AND PD.entity_id = POLL.line_location_id
1599: AND POLL.po_line_id = POL.po_line_id
1600: AND POL.po_header_id = p_po_header_id;