Same function name in form and library
Hi,
A problem raises *sometimes*, quite rarely:
<my_form.fmb> --calls--> <procedure my_proc from my_lib.pll> --calls--> <function by it's name: my_func>
Both my_form and my_lib have a function with same name "my_func".
The idea was to use Form's function when it exists, and Library's one - if no.
As far as I know it works in most cases.
But sometimes we get an ORA-06508 "could not find program unit being called".
It looks like Forms "can't understand which function it should call".
Could someone explain please how the mentioned above "calling schema" must work
A problem raises *sometimes*, quite rarely:
<my_form.fmb> --calls--> <procedure my_proc from my_lib.pll> --calls--> <function by it's name: my_func>
Both my_form and my_lib have a function with same name "my_func".
The idea was to use Form's function when it exists, and Library's one - if no.
As far as I know it works in most cases.
But sometimes we get an ORA-06508 "could not find program unit being called".
It looks like Forms "can't understand which function it should call".
Could someone explain please how the mentioned above "calling schema" must work
0