DBA Data[Home] [Help]

APPS.RLM_REPLACE_SV dependencies on OE_ORDER_LINES_ALL

Line 263: FROM oe_order_lines_all oel ,

259: CURSOR get_order_info (v_ship_from_org_id NUMBER,
260: v_ship_to_org_id NUMBER,
261: v_customer_item_id NUMBER) IS
262: SELECT oeh.order_number , oeh.header_id
263: FROM oe_order_lines_all oel ,
264: oe_order_headers oeh
265: WHERE oeh.header_id = oel.header_id
266: AND oel.ship_from_org_id = v_ship_from_org_id
267: AND oel.ship_to_org_id = v_ship_to_org_id