DBA Data[Home] [Help]

APPS.WF_ENTITY_MGR dependencies on WF_CORE

Line 305: wf_core.context('WF_ENTITY_MGR', 'flush_cache', p_entity_type);

301:
302: commit;
303: exception
304: when others then
305: wf_core.context('WF_ENTITY_MGR', 'flush_cache', p_entity_type);
306: raise;
307: end;
308: ------------------------------------------------------------------------------
309: /*

Line 389: wf_core.context('WF_ENTITY_MANAGER', 'purge_cache_attributes', p_enddate);

385: exception
386: when no_data_found then
387: null;
388: when others then
389: wf_core.context('WF_ENTITY_MANAGER', 'purge_cache_attributes', p_enddate);
390: raise;
391: end;
392: ------------------------------------------------------------------------------
393: end WF_ENTITY_MGR;