DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_EVENTS

Line 23: wf_events b

19: IS
20: CURSOR cu0 IS
21: SELECT 'Y'
22: FROM wf_event_subscriptions a,
23: wf_events b
24: WHERE a.event_filter_guid = b.guid
25: AND a.status = 'ENABLED'
26: AND b.name = p_event_name
27: AND rownum = 1;