|
Re: IS IT POSSIBLE TO CALL ANOTHER FORM FROM ONE FORM WITH OUT USING ZOOM FUNCTIONALITY [message #147880 is a reply to message #147692] |
Mon, 21 November 2005 09:12 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Rajesh,
I assume you are talking about standard E-Business Suite forms that you want to customise so that it is possible to open some other form from them without using zoom. Yes, this is indeed possible. Just use the FND_FUNCTION.EXECUTE (form to be opened is not already open) or APP_NAVIGATE.EXECUTE APIs.
You can use the CUSTOM Library to open the form when some event occurs such as selecting an item from the special menu.
For information on how this is done please take a look at the following chapters in the Oracle Applications Developer's Guide:
- Chapter 11 Menus and Function Security, section Function Security APIs for PL/SQL Procedures
- Chapter 28 Using the CUSTOM Library
--
Aleksander Dragnes
|
|
|
|