DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_EVENT_SUBSCRIPTIONS

Line 948: FROM wf_event_subscriptions a,

944: FUNCTION exist_subscription(p_event_name IN VARCHAR2) RETURN VARCHAR2
945: IS
946: CURSOR exist_subscription IS
947: SELECT 'Y'
948: FROM wf_event_subscriptions a,
949: wf_events b
950: WHERE a.event_filter_guid = b.guid
951: AND a.status = 'ENABLED'
952: AND b.name = p_event_name