DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_GROUPING_PVT dependencies on PO_HEADERS_ALL

Line 369: po_headers_all PH

365: l_po_header_id_tbl,
366: l_action_tbl,
367: l_revision_num_tbl
368: FROM po_headers_interface PHI,
369: po_headers_all PH
370: WHERE PHI.processing_id = PO_PDOI_PARAMS.g_processing_id
371: AND PHI.processing_round_num = PO_PDOI_PARAMS.g_current_round_num
372: AND PHI.po_header_id = PH.po_header_id(+)
373: FOR UPDATE OF PH.po_header_id;