DBA Data[Home] [Help]

APPS.APP_EXCEPTION dependencies on FND_LOG

Line 62: if (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

58: /* Legacy case */
59: return_text := exc_type||'-'||to_char(exc_code)||': '||exc_text;
60: end if;
61:
62: if (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
63: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,
64: 'fnd.plsql.APP_EXCEPTION.RAISE_EXCEPTION.dict_auto_log', return_text);
65: end if;
66:

Line 63: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,

59: return_text := exc_type||'-'||to_char(exc_code)||': '||exc_text;
60: end if;
61:
62: if (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
63: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,
64: 'fnd.plsql.APP_EXCEPTION.RAISE_EXCEPTION.dict_auto_log', return_text);
65: end if;
66:
67: -- raise_application_error message should be <= 512 bytes