DBA Data[Home] [Help]

APPS.OE_BLANKET_PUB dependencies on FND_MESSAGE

Line 443: fnd_message.set_name('ONT','OE_BOTH_VAL_AND_ID_EXIST');

439: IF (p_operating_unit IS NOT NULL AND p_operating_unit <> FND_API.G_MISS_CHAR)
440: THEN
441: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
442: THEN
443: fnd_message.set_name('ONT','OE_BOTH_VAL_AND_ID_EXIST');
444: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','operating_unit');
445: OE_MSG_PUB.Add;
446: END IF;
447: END IF;

Line 444: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','operating_unit');

440: THEN
441: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
442: THEN
443: fnd_message.set_name('ONT','OE_BOTH_VAL_AND_ID_EXIST');
444: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','operating_unit');
445: OE_MSG_PUB.Add;
446: END IF;
447: END IF;
448:

Line 459: FND_MESSAGE.SET_NAME('ONT','ONT_BSA_BATCH');

455: END IF;
456: END IF;
457:
458: IF l_header_rec.operation NOT IN ( 'INSERT','CREATE') THEN
459: FND_MESSAGE.SET_NAME('ONT','ONT_BSA_BATCH');
460: OE_MSG_PUB.Add;
461: x_return_status := FND_API.G_RET_STS_ERROR;
462: RAISE FND_API.G_EXC_ERROR;
463: END IF;

Line 561: FND_MESSAGE.SET_NAME('ONT','ONT_BSA_BATCH');

557: ,p_order_source_id => null
558: ,p_source_document_type_id => null);
559:
560: IF l_line_tbl(l_count).operation NOT IN ( 'INSERT','CREATE') THEN
561: FND_MESSAGE.SET_NAME('ONT','ONT_BSA_BATCH');
562: OE_MSG_PUB.Add;
563: x_return_status := FND_API.G_RET_STS_ERROR;
564: RAISE FND_API.G_EXC_ERROR;
565: END IF;