DBA Data[Home] [Help]

APPS.WF_AGENTS_PKG dependencies on WF_BES_CACHE

Line 183: wf_bes_cache.SetMetaDataUploaded();

179: );
180: end if;
181:
182: -- Invalidate cache
183: wf_bes_cache.SetMetaDataUploaded();
184: exception
185: when no_data_found then
186: wf_core.clear;
187: if (x_type is null) then

Line 243: wf_bes_cache.SetMetaDataUploaded();

239: raise no_data_found;
240: end if;
241:
242: -- Invalidate cache
243: wf_bes_cache.SetMetaDataUploaded();
244: exception
245: when others then
246: wf_core.context('Wf_Agents_Pkg', 'Delete_Row', x_guid);
247: raise;