DBA Data[Home] [Help]

APPS.FND_LOG_REPOSITORY dependencies on FND_APPLICATION

Line 601: FND_APPLICATION fa

597: begin
598: select CATEGORY, SEVERITY
599: into l_msg_cat, l_msg_sev
600: from FND_NEW_MESSAGES fnm,
601: FND_APPLICATION fa
602: where fnm.APPLICATION_ID = fa.APPLICATION_ID
603: and fa.APPLICATION_SHORT_NAME = l_msg_app
604: and fnm.MESSAGE_NAME = l_msg_name
605: and fnm.LANGUAGE_CODE = l_base_lang;