DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENT_SUBS_TAB

Line 539: return wf_event_subs_tab

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