DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on QP_EVENT_PHASES

Line 267: FROM QP_EVENT_PHASES

263:
264: -- Check whether we need to call the Pricing at BOOKING
265: SELECT count(*)
266: INTO l_active_phase_count
267: FROM QP_EVENT_PHASES
268: WHERE pricing_event_code = 'BOOK'
269: AND trunc(sysdate) between trunc(nvl(start_date_active, sysdate)) and
270: trunc(nvl(end_date_active, sysdate));
271: