DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_GROUPING_PVT dependencies on PO_HEADERS_ALL

Line 370: po_headers_all PH

366: l_po_header_id_tbl,
367: l_action_tbl,
368: l_revision_num_tbl
369: FROM po_headers_interface PHI,
370: po_headers_all PH
371: WHERE PHI.processing_id = PO_PDOI_PARAMS.g_processing_id
372: AND PHI.processing_round_num = PO_PDOI_PARAMS.g_current_round_num
373: AND PHI.po_header_id = PH.po_header_id(+);
374: --For Bug: 11794764.Refer bug for reference.

Line 382: FROM po_headers_all

378: ---BEGIN BUG: 13588901 : Adding the no data found exception handler code
379: BEGIN
380: SELECT PO_HEADER_ID
381: INTO l_temp
382: FROM po_headers_all
383: WHERE po_header_id = l_po_header_id_tbl(i)
384: FOR UPDATE OF po_header_id;
385:
386: