DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on PO_LINE_LOCATIONS_ALL

Line 1401: po_line_locations_all poll

1397: SELECT 'Y'
1398: INTO x_different
1399: FROM po_price_differentials pdf,
1400: po_price_differentials_archive pdfa,
1401: po_line_locations_all poll
1402: WHERE poll.po_header_id = p_doc_id
1403: AND poll.line_location_id = pdf.entity_id
1404: AND pdf.entity_type = 'PRICE BREAK'
1405: AND pdf.price_differential_id = pdfa.price_differential_id (+)