DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONEFT_PKG dependencies on IBY_DEBUG_PUB

Line 2065: IBY_DEBUG_PUB.add(

2061: /*
2062: * OPTION I:
2063: * Write debug text to the common application log file.
2064: */
2065: IBY_DEBUG_PUB.add(
2066: substr(RPAD(p_module,55) || ' : ' || p_debug_text, 0, 150),
2067: FND_LOG.G_CURRENT_RUNTIME_LEVEL,
2068: 'iby.plsql.IBY_VALIDATIONSETS_PUB'
2069: );