DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_BUILD_UTILS_PKG

Line 5201: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

5197: /*
5198: * Write the debug message to the concurrent manager log file.
5199: */
5200: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
5201: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
5202: p_debug_level);
5203: END IF;
5204:
5205: END print_debuginfo;