DBA Data[Home] [Help]

APPS.WF_BES_CACHE dependencies on WF_SYSTEM_OBJ

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

1131: -- SYSTEMS caching routines
1132: --
1133:
1134: -- GetSystemByName
1135: -- This function returns an instance of WF_SYSTEM_OBJ that contains the
1136: -- information about the specified System name.
1137: function GetSystemByName(p_system_name in varchar2)
1138: return wf_system_obj
1139: is

Line 1138: return wf_system_obj

1134: -- GetSystemByName
1135: -- This function returns an instance of WF_SYSTEM_OBJ that contains the
1136: -- information about the specified System name.
1137: function GetSystemByName(p_system_name in varchar2)
1138: return wf_system_obj
1139: is
1140: begin
1141: return null;
1142: end GetSystemByName;