DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENT_SUBS_TAB

Line 46: return wf_event_subs_tab;

42: -- subscriptions to the given event.
43: function GetSubscriptions(p_event_name in varchar2,
44: p_source_type in varchar2,
45: p_source_agent in raw)
46: return wf_event_subs_tab;
47:
48: -- GetSubscriptionByGUID
49: -- This function returns a WF_EVENT_SUBS_OBJ that contains the subscription
50: -- to the given event and mathing the given subscription GUID.