DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on FND_MESSAGE

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

934: OE_DEBUG_PUB.ADD('EXCEPTION: GL_CURRENCY_API.NO_RATE in get_exposure_amount',1);
935: OE_DEBUG_PUB.ADD('l_current_usage_cur = '|| l_current_usage_cur );
936: x_conversion_status(1).usage_curr_code := l_current_usage_cur ;
937:
938: fnd_message.set_name('ONT', 'OE_CONVERSION_ERROR');
939: OE_DEBUG_PUB.ADD('Exception table added ');
940: WHEN OTHERS THEN
941: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
942: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN