DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on PO_HEADERS_ALL

Line 507: FROM po_headers_all

503: ) IS
504:
505: CURSOR c1 IS
506: SELECT segment1
507: FROM po_headers_all
508: WHERE po_header_id = p_po_id
509: ;
510:
511: BEGIN