DBA Data[Home] [Help]

APPS.OKL_AUTO_INSURANCE_PVT dependencies on WF_EVENTS

Line 258: wf_events b

254: IS
255: CURSOR cu0 IS
256: SELECT 'Y'
257: FROM wf_event_subscriptions a,
258: wf_events b
259: WHERE a.event_filter_guid = b.guid
260: AND a.status = 'ENABLED'
261: AND b.name = p_event_name
262: AND rownum = 1;