How to refer to a variable package name
Hi All,
I'm revising my PL/SQL packages, e.g. Pkg_Name_01, Pkg_Name_02 ... So if referring to a function within such a revised package, I need a method to get the version string from a global variable and then call the function via Pkg_Name_<version_string>.Function_Name (where version_string is the value of a global variable).
Can anybody tell me if this is possible and if so how to achieve this?
Thanks & Regards
Carolin
I'm revising my PL/SQL packages, e.g. Pkg_Name_01, Pkg_Name_02 ... So if referring to a function within such a revised package, I need a method to get the version string from a global variable and then call the function via Pkg_Name_<version_string>.Function_Name (where version_string is the value of a global variable).
Can anybody tell me if this is possible and if so how to achieve this?
Thanks & Regards
Carolin
0