DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on STANDARD

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

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