DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on OE_ORDER_LINES_ALL

Line 435: FROM oe_order_lines_all

431: ) IS
432:
433: CURSOR c1 IS
434: SELECT line_number
435: FROM oe_order_lines_all
436: WHERE line_id = p_order_line_id
437: ;
438:
439: BEGIN