DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENT_SUBS_OBJ

Line 41: -- This function returns a table of WF_EVENT_SUBS_OBJ that are the valid

37: function GetEventByName(p_event_name in varchar2)
38: return wf_event_obj;
39:
40: -- GetSubscriptions
41: -- This function returns a table of WF_EVENT_SUBS_OBJ that are the valid
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)

Line 49: -- This function returns a WF_EVENT_SUBS_OBJ that contains the subscription

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.
51: function GetSubscriptionByGUID(p_event_name in varchar2,
52: p_sub_guid in raw)
53: return wf_event_subs_obj;

Line 53: return wf_event_subs_obj;

49: -- This function returns a WF_EVENT_SUBS_OBJ that contains the subscription
50: -- to the given event and mathing the given subscription GUID.
51: function GetSubscriptionByGUID(p_event_name in varchar2,
52: p_sub_guid in raw)
53: return wf_event_subs_obj;
54:
55: -- GetAgentByName
56: -- This function returns an instance of WF_AGENT_OBJ that contains the
57: -- information about the specified Agent name + System name