DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on STANDARD

Line 217: -- Replaced this RAISE call with standard way of handling User Defined Exceptions

213: ELSE -- logical_batches not FOUND
214: IF (logical_batches%ROWCOUNT = 0) THEN
215: -- Added By HITHANKI Start
216: -- On 03/31/03 For Bug Fix 2781346
217: -- Replaced this RAISE call with standard way of handling User Defined Exceptions
218: -- RAISE no_trx_lines;
219:
220: -- IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
221: fnd_message.set_name('CN', 'CN_NO_TRX_LINES');