DBA Data[Home] [Help]

APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on WF_EVENTS

Line 73: wf_events we,

69:
70: SELECT COUNT(we.name)
71: INTO l_noof_active_busi_events
72: FROM wf_event_subscriptions wes,
73: wf_events we,
74: fnd_application fa
75: WHERE we.guid = wes.event_filter_guid
76: AND we.name LIKE 'oracle.apps.ar.%'
77: AND fa.application_id = 695