DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_BES_CACHE

Line 8685: wf_bes_cache.SetMetaDataUploaded;

8681: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')))
8682: AND customization_level = 'L';
8683:
8684: -- Inform BES cache manager that BES meta-data state has changed
8685: wf_bes_cache.SetMetaDataUploaded;
8686: end if;
8687:
8688: end SetNtfEventsSubStatus;
8689: