DBA Data[Home] [Help]

APPS.ISC_EDW_BOOKINGS_F_SIZE dependencies on OE_ORDER_LINES_HISTORY

Line 59: FROM oe_order_lines_history hist,

55: OR h.last_update_date between p_from_date and p_to_date);
56:
57: SELECT count(*)
58: INTO l_num_rows4
59: FROM oe_order_lines_history hist,
60: OE_ORDER_HEADERS_ALL h,
61: OE_ORDER_LINES_ALL l
62: WHERE hist.line_id = l.line_id
63: AND l.header_id = h.header_id