DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_EVENTS

Line 949: wf_events b

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
953: AND ROWNUM = 1;