DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_MESSAGE_PKG

Line 1949: cn_message_pkg.debug('Main : unable to submit batch conc program ');

1945: ,argument9 => p_rec.p_action
1946: );
1947:
1948: IF l_request_id = 0 THEN
1949: cn_message_pkg.debug('Main : unable to submit batch conc program ');
1950: cn_message_pkg.debug('Main : ' || fnd_message.get);
1951:
1952: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1953: FND_LOG.STRING(FND_LOG.LEVEL_UNEXPECTED,'cn.plsql.cn_pmt_trans_pvt.pmt_process.exception','Failed to submit request for BATCH_PROCESSOR.');

Line 1950: cn_message_pkg.debug('Main : ' || fnd_message.get);

1946: );
1947:
1948: IF l_request_id = 0 THEN
1949: cn_message_pkg.debug('Main : unable to submit batch conc program ');
1950: cn_message_pkg.debug('Main : ' || fnd_message.get);
1951:
1952: IF (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1953: FND_LOG.STRING(FND_LOG.LEVEL_UNEXPECTED,'cn.plsql.cn_pmt_trans_pvt.pmt_process.exception','Failed to submit request for BATCH_PROCESSOR.');
1954: END IF;