DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_EVENT_OBJ

Line 31: -- This function returns an instance of WF_Event_Obj object type which

27: function CacheValid
28: return boolean;
29:
30: -- GetEventByName
31: -- This function returns an instance of WF_Event_Obj object type which
32: -- contains the complete event information along with valid subscriptions
33: -- to the event. The information could come from the cache memory or from
34: -- the database.
35: -- IN

Line 38: return wf_event_obj;

34: -- the database.
35: -- IN
36: -- p_event_name - Event name whose information is required
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.