Home » Developer & Programmer » Forms » Forms PLL vs Forms Program Unit (10g)
|
|
Re: Forms PLL vs Forms Program Unit [message #664950 is a reply to message #664922] |
Mon, 14 August 2017 09:56  |
cookiemonster
Messages: 13966 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
There is no sequence. If the procedure is in a pll then you need to specify the library name in order to call it. Without that it can only run the local procedure.
It's the same as when you have a standalone procedure in the DB and another procedure with same name in a pacakge in the DB. If you don't specify the package name it will call the standalone procedure only. If you do specify the package name it'll call the procedure in the package only.
|
|
|
Goto Forum:
Current Time: Sun May 04 10:06:20 CDT 2025
|