DBA Data[Home] [Help]

APPS.AHL_LTP_MATERIALS_GRP dependencies on FND_MESSAGE

Line 118: Fnd_Message.SET_NAME('AHL','AHL_LTP_WIP_ENTITY_ID_INVLD');

114:
115: -- IF the schedule start date corresponding the input wip entity id fetched above is null
116: -- then the wip entity id passed to this procedure is invalid
117: IF l_requested_date IS NULL THEN
118: Fnd_Message.SET_NAME('AHL','AHL_LTP_WIP_ENTITY_ID_INVLD');
119: Fnd_Msg_Pub.ADD;
120: RAISE FND_API.G_EXC_ERROR;
121: END IF;
122: