DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_EVENT_SUBSCRIPTIONS

Line 22: FROM wf_event_subscriptions a,

18: -----------------------------------------------------------------------
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