DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on WF_EVENTS

Line 1481: wf_events b

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
1485: AND rownum = 1;