DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_BUILD_UTILS_PKG

Line 8937: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

8933: /*
8934: * Write the debug message to the concurrent manager log file.
8935: */
8936: IF (l_default_debug_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
8937: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
8938: p_debug_level);
8939: END IF;
8940:
8941: END print_debuginfo;