DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEMS_PKG dependencies on FND_MESSAGE

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

786: THEN
787: l_return_status := FND_API.G_RET_STS_ERROR;
788: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
789: THEN
790: Fnd_message.set_name('ENG', 'ENG_REVISION_INVALID');
791: Fnd_msg_pub.Add;
792: END IF;
793: END IF;
794: END IF;

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

909: THEN
910: l_return_status := FND_API.G_RET_STS_ERROR;
911: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
912: THEN
913: Fnd_message.set_name('ENG', 'ENG_effectivity_details not provided INVALID');
914: Fnd_msg_pub.Add;
915: END IF;
916: END IF;
917: */