I've seen it in a few pieces of econometric literature, and googling it turns up lots of papers using it, almost always in reference to state-space models and other dynamic linear regressions.
No papers I've read have defined it, though, and some even refer to it in "quotes" as if they're not sure themselves.
An example from a paper I'm currently making heavy use of:
$$ Y_{t}=\alpha_t+\beta_tX_{t}+\varepsilon_{t} $$
with state equations:
$$ \alpha_{t}=\alpha_{t-1}+\eta_{1t} \\ \beta_{t}=\beta_{t-1}+\eta_{2t} $$ where all errors are independent Gaussian white noise.
Later, in reference to interpreting the Kalman-filtered results, we have the line:
$\alpha(t)$ is a stochastic constant and partials out all systematic influences...[not attributable to $\beta$]
The authors go on to say that it is not statistically different from zero at the 5% level (t-test). My results are congruent with this - after the Kalman filter has stabilised it converges to, and hovers around, zero.
So why "stochastic constant", why not just "constant"?
Example source: International Equity Risk Premia Convergence, pp 18-19.