96: IF x_start_flow_status_id IS NULL THEN
97: -- Unable to get the start status of the repair type.
98: -- For the repair type, either the start status has
99: -- not been defined or is not active.
100: FND_MESSAGE.Set_Name('CSD', 'CSD_RT_START_STATUS_NOT_FOUND');
101: FND_MSG_PUB.ADD;
102: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
103: END IF;
104: