DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on WF_EVENTS

Line 1395: wf_events b

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