DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PUB dependencies on WF_CORE

Line 314: and b.system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')) ;

310: and a.name = p_event_name
311: and b.RULE_FUNCTION='EDR_PSIG_RULE.PSIG_RULE'
312: and b.STATUS = 'ENABLED'
313: and b.source_type = 'LOCAL'
314: and b.system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')) ;
315:
316: IF l_no_enabled_eres_sub = 0 THEN
317: --Diagnostics Start
318: if (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then