Home » Developer & Programmer » Forms » Forms PLL vs Forms Program Unit (10g)
Forms PLL vs Forms Program Unit [message #664916] Fri, 11 August 2017 03:10 Go to next message
Poovaraghavan
Messages: 13
Registered: August 2017
Junior Member
HI,
Please let me know the sequence of firing the procedure having same name but used in different place like Form Pll and Form Program units.

Thanks in Advance.
Re: Forms PLL vs Forms Program Unit [message #664922 is a reply to message #664916] Fri, 11 August 2017 04:53 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
No idea. If you put MESSAGE calls into all of them and run the form, you'll know it for sure.
Re: Forms PLL vs Forms Program Unit [message #664950 is a reply to message #664922] Mon, 14 August 2017 09:56 Go to previous message
cookiemonster
Messages: 13917
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.
Previous Topic: How to get to the last record or refreshing a block...
Next Topic: Update record in detail block
Goto Forum:
  


Current Time: Fri Mar 29 08:25:29 CDT 2024