DBA Data[Home] [Help]

APPS.FND_OAM_BF_UTIL dependencies on FND_LOG_MESSAGES

Line 300: fnd_log_messages flm,

296: -- count the open or new system alerts for this component
297: select count(distinct(flue.unique_exception_id))
298: into v_alerts
299: from fnd_log_unique_exceptions flue,
300: fnd_log_messages flm,
301: fnd_log_exceptions fle,
302: fnd_log_transaction_context fltc
303: where fltc.transaction_context_id = flm.transaction_context_id
304: and flm.log_sequence = fle.log_sequence