DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on PO_LINES_ALL

Line 1381: po_lines_all pol

1377: SELECT 'Y'
1378: INTO x_different
1379: FROM po_price_differentials pdf,
1380: po_price_differentials_archive pdfa,
1381: po_lines_all pol
1382: WHERE pol.po_header_id = p_doc_id
1383: AND pol.po_line_id = pdf.entity_id
1384: AND pdf.entity_type in ('PO LINE', 'BLANKET LINE')
1385: AND pdf.price_differential_id = pdfa.price_differential_id (+)

Line 2192: po_lines_all pol,

2188: FROM
2189: po_line_locations_archive_all poall,
2190: po_line_locations_all poll,
2191: po_headers_all poh,
2192: po_lines_all pol,
2193: po_distributions_all pod -----
2194: WHERE
2195: poll.line_location_id = pod.line_location_id -----
2196: AND poll.po_line_id = pol.po_line_id