DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on OE_ORDER_LINES_ALL

Line 421: FROM oe_order_lines_all

417: and gl.batch_id = gh.batch_id;
418:
419: CURSOR CSR_for_so_line(p_so_line_id IN NUMBER) IS
420: SELECT last_updated_by, created_by,header_id
421: FROM oe_order_lines_all
422: WHERE line_id = p_so_line_id;
423:
424: -- nsinghi perf bug#5212566. Re-written the 2 cursors to ensure that there is no FTS on mtl_reservations.
425: /*