DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on OE_MSG_PUB

Line 721: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

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
722: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '
723: Get_exposure_amount');
724: END IF;
725: RAISE;

Line 722: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '

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
722: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '
723: Get_exposure_amount');
724: END IF;
725: RAISE;
726: