DBA Data[Home] [Help]

APPS.FND_LOG_REPOSITORY dependencies on FND_APPLICATION

Line 623: FND_APPLICATION fa

619: begin
620: select CATEGORY, SEVERITY
621: into l_msg_cat, l_msg_sev
622: from FND_NEW_MESSAGES fnm,
623: FND_APPLICATION fa
624: where fnm.APPLICATION_ID = fa.APPLICATION_ID
625: and fa.APPLICATION_SHORT_NAME = l_msg_app
626: and fnm.MESSAGE_NAME = l_msg_name
627: and fnm.LANGUAGE_CODE = l_base_lang;