DBA Data[Home] [Help]

APPS.RLM_REPLACE_SV dependencies on OE_ORDER_LINES_ALL

Line 276: FROM oe_order_lines_all oel ,

272: CURSOR get_order_info (v_ship_from_org_id NUMBER,
273: v_ship_to_org_id NUMBER,
274: v_customer_item_id NUMBER) IS
275: SELECT oeh.order_number , oeh.header_id
276: FROM oe_order_lines_all oel ,
277: oe_order_headers oeh
278: WHERE oeh.header_id = oel.header_id
279: AND oel.ship_from_org_id = v_ship_from_org_id
280: AND oel.ship_to_org_id = v_ship_to_org_id