DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_EVENTS

Line 20: wf_events b

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