How to call Oracle Applications Form from OAF page?
Trying to open a custom D2K form from custom OAF page in Oracle Apps R12.2.6.
As per OAF developer guide, using method forwardImmediatelyToForm for calling D2K form. It is working fine.
Issue:
If oracle applications form applet is not opened, target D2K form opens from OAF page. But if oracle applications form applet is already open, target D2K form does not open from OAF page.
Can anyone provide an insight please?