DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEMS_PKG dependencies on FND_MESSAGE

Line 767: Fnd_message.set_name('ENG', 'ENG_REVISION_INVALID');

763: THEN
764: l_return_status := FND_API.G_RET_STS_ERROR;
765: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
766: THEN
767: Fnd_message.set_name('ENG', 'ENG_REVISION_INVALID');
768: Fnd_msg_pub.Add;
769: END IF;
770: END IF;
771: END IF;

Line 890: Fnd_message.set_name('ENG', 'ENG_effectivity_details not provided INVALID');

886: THEN
887: l_return_status := FND_API.G_RET_STS_ERROR;
888: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
889: THEN
890: Fnd_message.set_name('ENG', 'ENG_effectivity_details not provided INVALID');
891: Fnd_msg_pub.Add;
892: END IF;
893: END IF;
894: */