DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 4114: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

4110: /*
4111: * Write the debug message to the concurrent manager log file.
4112: */
4113: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
4114: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
4115: p_debug_level);
4116: END IF;
4117:
4118: END print_debuginfo;