DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on WF_EVENT_SUBSCRIPTIONS

Line 1394: FROM wf_event_subscriptions a,

1390: -----------------------------------------------------------------------
1391: IS
1392: CURSOR cu0 IS
1393: SELECT 'Y'
1394: FROM wf_event_subscriptions a,
1395: wf_events b
1396: WHERE a.event_filter_guid = b.guid
1397: AND a.status = 'ENABLED'
1398: AND b.name = p_event_name