DBA Data[Home] [Help]

APPS.QP_CURRENCY_PVT dependencies on FND_MESSAGE

Line 226: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_HDR');

222: IF l_control_rec.validate_entity THEN
223:
224: IF l_CURR_LISTS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
225: -- Added by sunilpandey to prevent delete operation of details from Public package
226: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_HDR');
227: OE_MSG_PUB.Add;
228:
229: RAISE FND_API.G_EXC_ERROR;
230:

Line 685: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_DTL');

681:
682: IF l_CURR_DETAILS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
683:
684: -- Added by sunilpandey to prevent delete operation of details from Public package
685: FND_MESSAGE.SET_NAME('QP','QP_CAN_NOT_DELETE_CURR_DTL');
686: OE_MSG_PUB.Add;
687:
688: RAISE FND_API.G_EXC_ERROR;
689: