DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENT_SUBS_TAB

Line 535: return wf_event_subs_tab

531: -- subscriptions to the given event.
532: function GetSubscriptions(p_event_name in varchar2,
533: p_source_type in varchar2,
534: p_source_agent in raw)
535: return wf_event_subs_tab
536: is
537: l_event_obj wf_event_obj;
538: l_any_data anyData;
539: l_dummy pls_integer;