DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on FND_LOG

Line 5196: FND_LOG.G_CURRENT_RUNTIME_LEVEL,

5192: * Write debug text to the common application log file.
5193: */
5194: IBY_DEBUG_PUB.add(
5195: substr(RPAD(p_module,55) || ' : ' || p_debug_text, 0, 150),
5196: FND_LOG.G_CURRENT_RUNTIME_LEVEL,
5197: 'iby.plsql.IBY_VALIDATIONSETS_PUB'
5198: );
5199:
5200: /*