DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on FND_FILE

Line 682: FND_FILE.PUT_LINE(FND_FILE.LOG, p_module||p_debug_text);

678: BEGIN
679: --
680: -- Writing debug text to the pl/sql debug file.
681: --
682: FND_FILE.PUT_LINE(FND_FILE.LOG, p_module||p_debug_text);
683:
684: IBY_DEBUG_PUB.add(substr(RPAD(p_module,55)||' : '|| p_debug_text, 0, 150),
685: FND_LOG.G_CURRENT_RUNTIME_LEVEL,
686: G_DEBUG_MODULE);