DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on FND_API

Line 552: x_return_status := FND_API.G_RET_STS_SUCCESS;

548: OE_DEBUG_PUB.Add(' ');
549: OE_DEBUG_PUB.ADD('OEXUCERB: IN Get_exposure_amount',1);
550: END IF;
551:
552: x_return_status := FND_API.G_RET_STS_SUCCESS;
553:
554: IF G_debug_flag = 'Y'
555: THEN
556: OE_DEBUG_PUB.Add('Exposure Input parameters ');

Line 941: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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