DBA Data[Home] [Help]

APPS.IBY_ASSIGNEXT_PUB dependencies on IBY_BUILD_UTILS_PKG

Line 123: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,

119: /*
120: * Write the debug message to the concurrent manager log file.
121: */
122: IF (l_default_debug_level >= G_CUR_RUNTIME_LEVEL) THEN
123: iby_build_utils_pkg.print_debuginfo(p_module, p_debug_text,
124: p_debug_level);
125: END IF;
126:
127: END print_debuginfo;