DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_BUILD_UTILS_PKG

Line 6163: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

6159: /*
6160: * Write the debug message to the concurrent manager log file.
6161: */
6162: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
6163: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
6164: p_debug_level);
6165: END IF;
6166:
6167: END print_debuginfo;