DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on OE_ORDER_LINES_ALL

Line 405: FROM oe_order_lines_all

401: and gl.batch_id = gh.batch_id;
402:
403: CURSOR CSR_for_so_line(p_so_line_id IN NUMBER) IS
404: SELECT last_updated_by, created_by,header_id
405: FROM oe_order_lines_all
406: WHERE line_id = p_so_line_id;
407:
408: -- nsinghi perf bug#5212566. Re-written the 2 cursors to ensure that there is no FTS on mtl_reservations.
409: /*