DBA Data[Home] [Help]

APPS.PO_HEADERS_SV2 dependencies on PO_LINES_ALL

Line 603: po_lines_all POL

599:
600: SELECT 'F'
601: INTO l_invalid
602: FROM po_headers_all POH,
603: po_lines_all POL
604: WHERE (POL.contract_id = p_po_header_id
605: -- Bug # 13550798 Added below condition to apply check for GBPAs as well.
606: OR POL.from_header_id = p_po_header_id)
607: AND POL.po_header_id = POH.po_header_id