DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on PO_PRICE_DIFFERENTIALS_ARCHIVE

Line 1365: po_price_differentials_archive pdfa,

1361:
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')

Line 1400: po_price_differentials_archive pdfa,

1396:
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'