The prediction confidence interval is the predicted mean response plus or minus a multiple of the standard error of the predicted response. The standard error is the square root of the variance of the predicted response, which is a function of the predictor levels and the covariance matrix for the parameter estimates.
Here is a simple example in which I regressed :weight versus :height from the Big Class sample data table. I set the :height = 59, the same as the first observation.
predict.PNG
Then I held the Alt key on Windows (Option key on Macintosh) and clicked the red triangle at the top of Fit Least Squares to get this dialog from which I selected Mean Confidence Interval Formula.
menu.PNG
You can examine the column formula to see the calculation.
formula.PNG
The linear predictor starts the formula to estimate the mean, then the rest is subtracted for the lower confidence bound. The 2.024 multiplier is the t quantile for 95% confidence and the error degrees of freedom.
What quantity did you expect for the interval?