DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on PO_LINES_ALL

Line 1366: po_lines_all pol

1362: SELECT 'Y'
1363: INTO x_different
1364: FROM po_price_differentials pdf,
1365: po_price_differentials_archive pdfa,
1366: po_lines_all pol
1367: WHERE pol.po_header_id = p_doc_id
1368: AND pol.po_line_id = pdf.entity_id
1369: AND pdf.entity_type in ('PO LINE', 'BLANKET LINE')
1370: AND pdf.price_differential_id = pdfa.price_differential_id (+)