DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_EVENT_SUBSCRIPTIONS

Line 931: FROM wf_event_subscriptions a,

927: FUNCTION exist_subscription(p_event_name IN VARCHAR2) RETURN VARCHAR2
928: IS
929: CURSOR exist_subscription IS
930: SELECT 'Y'
931: FROM wf_event_subscriptions a,
932: wf_events b
933: WHERE a.event_filter_guid = b.guid
934: AND a.status = 'ENABLED'
935: AND b.name = p_event_name