DBA Data[Home] [Help]

APPS.FND_OAM_BF_UTIL dependencies on FND_LOG_TRANSACTION_CONTEXT

Line 302: fnd_log_transaction_context fltc

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
305: and fle.unique_exception_id = flue.unique_exception_id
306: and fltc.component_type = comp.component_type