APPS.OE_ORDER_BOOK_UTIL dependencies on QP_EVENT_PHASES
Line 260: FROM QP_EVENT_PHASES
256:
257: -- Check whether we need to call the Pricing at BOOKING
258: SELECT count(*)
259: INTO l_active_phase_count 260: FROM QP_EVENT_PHASES 261: WHERE pricing_event_code = 'BOOK'
262: AND trunc(sysdate) between trunc(nvl(start_date_active, sysdate)) and
263: trunc(nvl(end_date_active, sysdate));
264: