Home » Developer & Programmer » Forms » How to Re-order ? (OracleForms 6i, Windows2000)
How to Re-order ? [message #284620] Fri, 30 November 2007 05:35 Go to next message
ap_karthi
Messages: 87
Registered: October 2007
Location: Bangalore
Member
I've 3 procedures with same name(eg. XYZ) coded in the below lists,
1. Coded in Program units inside the Form module.
2. Coded in Library attached to Form
3. Coded in the Backend (oracle db).

If I call the procedure (XYZ), first it will call from program units, thn from library, then from backend.
My question is, I want to change the order and I want backend procedure has to run first. How to do that one ?

Thank you.

-Karthik Smile
Re: How to Re-order ? [message #288842 is a reply to message #284620] Tue, 18 December 2007 22:08 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Change its name.

David
Re: How to Re-order ? [message #289030 is a reply to message #284620] Wed, 19 December 2007 05:27 Go to previous messageGo to next message
kollanagoracle
Messages: 5
Registered: December 2007
Junior Member
hi
if the parameters data types are not same , the oracle will take care of calling the procedures/functions.

if all the parameters and its datatypes are same for all 3 components (i never tested ) i think there is no other option other than changing the name.

Thanks
Naga
Re: How to Re-order ? [message #289244 is a reply to message #289030] Thu, 20 December 2007 07:22 Go to previous messageGo to next message
ap_karthi
Messages: 87
Registered: October 2007
Location: Bangalore
Member
I think some option will be there for hierarchy overriding, because this question is raised in all interviews...thank you
Re: How to Re-order ? [message #289356 is a reply to message #289244] Thu, 20 December 2007 22:06 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
No, its raised so that you can tell them that it CAN'T be changed.

David
Previous Topic: Displaying message on the screen of a client
Next Topic: Getting "FRM-40105: Unable to resolve reference to item" when using FND_FUNCTION.EXECUTE i
Goto Forum:
  


Current Time: Sat Dec 14 17:24:54 CST 2024