DBA Data[Home] [Help]

APPS.QP_JAVA_ENGINE_CACHE_PVT dependencies on QP_EVENT_PHASES

Line 34: qp_event_phases qpe

30:
31: CURSOR event_phase_csr IS
32: SELECT count(*)
33: FROM qp_pricing_phases qpp,
34: qp_event_phases qpe
35: WHERE qpe.pricing_phase_id = qpp.pricing_phase_id;
36:
37: CURSOR profile_csr IS
38: SELECT count(*)