APPS.OKL_SSC_WF dependencies on WF_EVENT_SUBSCRIPTIONS
Line 1480: FROM wf_event_subscriptions a,
1476: -----------------------------------------------------------------------
1477: IS
1478: CURSOR cu0 IS
1479: SELECT 'Y' 1480: FROM wf_event_subscriptions a, 1481: wf_events b
1482: WHERE a.event_filter_guid = b.guid
1483: AND a.status = 'ENABLED'
1484: AND b.name = p_event_name