I have one specification database table, and now i have to take one value from that table and pass that value as parameter to stored procedure.
that value is taken based on condition like
select spec_value from spec_tab where spec_name=fcst_mdl_name;
and i have to take that spec value and pass that as param to stored procedure.
i used set and select functions but with them i'm not able to reach my objective.
can anyone help to tackle this issue.
Thanks in advance.