eval $FND_TOP from plsql
is there a way to eval $FND_TOP into it's value, eg: /u10/app/oradev01/apps/apps_st/appl/fnd/12.0.0, from PLSQL?
file_path:=function_xxxx('$FND_TOP/bin');
which will give file_path = '/u10/app/oradev01/apps/apps_st/appl/fnd/12.0.0/bin' ?
0