|
|
|
Re: calling a form [message #514059 is a reply to message #514056] |
Fri, 01 July 2011 03:00 |
eric62
Messages: 24 Registered: January 2009
|
Junior Member |
|
|
You can use FND_FUNCTION.EXECUTE.
In "Oracle Applications Developer's Guide RELEASE 11i"
...
Always use FND_FUNCTION.EXECUTE to open a new session of a
form. Do not use CALL_FORM or OPEN_FORM. The form function
must already be defined with Oracle Application Object Library and
added to the menu (without a prompt, if you do not want it to appear
in the Navigator).
...
Regards,
Eric.
|
|
|
|
|
|
|
|