DBA Data[Home] [Help]

APPS.IEX_UWQ_POP_SUM_TBL_PVT dependencies on WF_EVENT_SUBSCRIPTIONS

Line 72: FROM wf_event_subscriptions wes,

68: BEGIN
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.%'