how to call local functions from select statement
731082Jan 8 2010 — edited Jan 8 2010hi. i have a local function in a package so there is no function declaration in the package spec. Since it's not a publicly available function, i can't call it via a select statement. for example,
select myFunction() from dual;
since it's not public, how can i do this? thanks