DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_SYSTEM_OBJ

Line 76: -- This function returns an instance of WF_SYSTEM_OBJ that contains the

72: p_direction in varchar2)
73: return wf_agent_obj;
74:
75: -- GetSystemByName
76: -- This function returns an instance of WF_SYSTEM_OBJ that contains the
77: -- information about the specified System name.
78: function GetSystemByName(p_system_name in varchar2)
79: return wf_system_obj;
80:

Line 79: return wf_system_obj;

75: -- GetSystemByName
76: -- This function returns an instance of WF_SYSTEM_OBJ that contains the
77: -- information about the specified System name.
78: function GetSystemByName(p_system_name in varchar2)
79: return wf_system_obj;
80:
81: -- ClearCache
82: -- Clears the cached objects from memory and resets requires variables
83: -- given the name of the cache.