DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on FND_MESSAGE

Line 717: fnd_message.set_name('ONT', 'OE_CONVERSION_ERROR');

713: OE_DEBUG_PUB.ADD('EXCEPTION: GL_CURRENCY_API.NO_RATE in get_exposure_amount',1);
714: OE_DEBUG_PUB.ADD('l_current_usage_cur = '|| l_current_usage_cur );
715: x_conversion_status(1).usage_curr_code := l_current_usage_cur ;
716:
717: fnd_message.set_name('ONT', 'OE_CONVERSION_ERROR');
718: OE_DEBUG_PUB.ADD('Exception table added ');
719: WHEN OTHERS THEN
720: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
721: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN