DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_BES_CACHE

Line 8366: wf_bes_cache.SetMetaDataUploaded;

8362: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')))
8363: AND customization_level = 'L';
8364:
8365: -- Inform BES cache manager that BES meta-data state has changed
8366: wf_bes_cache.SetMetaDataUploaded;
8367: end if;
8368:
8369: end SetNtfEventsSubStatus;
8370: