DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on OE_MSG_PUB

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

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
943: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '
944: Get_exposure_amount');
945: END IF;
946: RAISE;

Line 943: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '

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
943: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, '
944: Get_exposure_amount');
945: END IF;
946: RAISE;
947: