DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on WF_EVENTS

Line 932: wf_events b

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