DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on PO_LINES_ALL

Line 525: FROM po_lines_all

521: ) IS
522:
523: CURSOR c1 IS
524: SELECT line_num
525: FROM po_lines_all
526: WHERE po_line_id = p_po_line_id
527: ;
528:
529: BEGIN