DBA Data[Home] [Help]

APPS.AHL_MATERIALS_GRP dependencies on FND_MESSAGE

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

344: CLOSE get_scheduled_start_date;
345: -- If the schedule start date corresponding the input wip entity id fetched above is null
346: -- then the wip entity id passed to this procedure is invalid
347: IF l_requested_date IS NULL THEN
348: Fnd_Message.SET_NAME('AHL','AHL_LTP_WIP_ENTITY_ID_INVLD');
349: Fnd_Msg_Pub.ADD;
350: RAISE FND_API.G_EXC_ERROR;
351: END IF;
352: