DBA Data[Home] [Help]

APPS.OE_CREDIT_INTERFACE_UTIL dependencies on FND_API

Line 367: x_return_status := FND_API.G_RET_STS_SUCCESS;

363: OE_DEBUG_PUB.Add(' ');
364: OE_DEBUG_PUB.ADD('OEXUCERB: IN Get_exposure_amount',1);
365: END IF;
366:
367: x_return_status := FND_API.G_RET_STS_SUCCESS;
368:
369: IF G_debug_flag = 'Y'
370: THEN
371: OE_DEBUG_PUB.Add('Exposure Input parameters ');

Line 720: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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