DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on IBY_DEBUG_PUB

Line 684: IBY_DEBUG_PUB.add(substr(RPAD(p_module,55)||' : '|| p_debug_text, 0, 150),

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);
687:
688: END print_debuginfo;