DBA Data[Home] [Help]

APPS.WF_OBJECT_CACHE dependencies on WF_CORE

Line 57: wf_core.context('WF_OBJECT_CACHE', 'CreateCache', p_cache_index);

53: g_Object_List(p_cache_index).Overflow := false;
54:
55: exception
56: when others then
57: wf_core.context('WF_OBJECT_CACHE', 'CreateCache', p_cache_index);
58: raise;
59: end CreateCache;
60:
61: -- IsCacheCreated

Line 222: wf_core.context('WF_OBJECT_CACHE', 'SetObject', p_object_key);

218: end if;
219:
220: exception
221: when others then
222: wf_core.context('WF_OBJECT_CACHE', 'SetObject', p_object_key);
223: raise;
224: end SetObject;
225:
226: -- GetObject

Line 269: wf_core.context('WF_OBJECT_CACHE', 'GetObject', p_object_key);

265: end if;
266:
267: exception
268: when others then
269: wf_core.context('WF_OBJECT_CACHE', 'GetObject', p_object_key);
270: raise;
271: end GetObject;
272:
273: -- GetAllObjects