DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on PO_DISTRIBUTIONS_ARCHIVE

Line 1434: PO_DISTRIBUTIONS_ARCHIVE PODA

1430: from sys.dual
1431: where exists(
1432: select null
1433: FROM PO_DISTRIBUTIONS POD,
1434: PO_DISTRIBUTIONS_ARCHIVE PODA
1435: WHERE POD.po_header_id = p_doc_id
1436: AND (p_line_id IS NULL OR POD.po_line_id = p_line_id) --
1437: AND (p_line_location_id IS NULL OR POD.line_location_id = p_line_location_id) --
1438: AND POD.po_distribution_id =

Line 1611: PO_DISTRIBUTIONS_ARCHIVE PODA

1607: from sys.dual
1608: where exists(
1609: select null
1610: FROM PO_DISTRIBUTIONS POD,
1611: PO_DISTRIBUTIONS_ARCHIVE PODA
1612: WHERE POD.po_release_id = p_doc_id
1613: AND (p_line_location_id IS NULL OR POD.line_location_id = p_line_location_id) --
1614: AND POD.po_distribution_id =
1615: PODA.po_distribution_id (+)