DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PUB dependencies on WF_EVENTS_VL

Line 13: from wf_events_vl

9: return BOOLEAN
10: is
11: cursor l_count_csr is
12: select count(*)
13: from wf_events_vl
14: where name = p_event_name;
15:
16: l_count NUMBER;
17: