DBA Data[Home] [Help]

APPS.OKL_ARINTF_PVT dependencies on FND_MESSAGE

Line 928: fnd_message.set_name('AR', 'AR_RAXTRX-1763');

924: IF l_instrument_payment_use_id IS NULL THEN
925: -- Write Contract Number in the log so that user can identify
926: -- for which contract it is failing
927: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Contract Number :'||chr_dtls_rec.contract_number);
928: fnd_message.set_name('AR', 'AR_RAXTRX-1763');
929: fnd_msg_pub.add;
930: RAISE FND_API.G_EXC_ERROR;
931: END IF;
932: