DBA Data[Home] [Help]

APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on FND_MESSAGE

Line 458: FND_MESSAGE.Set_Name('AHL','AHL_UMP_MR_SERQ_INPUT');

454: -- if both MR title and (INCIDENT_TYPE_ID and/or SERVICE_REQ_NUM) entered, raise error.
455: IF (p_search_mr_instance_rec.mr_title is NOT NULL) AND
456: (p_search_mr_instance_rec.INCIDENT_TYPE_ID IS NOT NULL OR p_search_mr_instance_rec.SERVICE_REQ_NUM IS NOT NULL)
457: THEN
458: FND_MESSAGE.Set_Name('AHL','AHL_UMP_MR_SERQ_INPUT');
459: FND_MSG_PUB.ADD;
460: RAISE FND_API.G_EXC_ERROR;
461: END IF;
462: