DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_EVENT_SUBSCRIPTIONS

Line 19: FROM wf_event_subscriptions a,

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