Unable to launch form using FND_FUNCTION.EXECUTE from custom.pll
Hi Team,
I have a business requirement in which I have to enable a particular menu which will be generic on all Oracle forms in a particular environment. Once user will click on that menu, an Custom Oracle form will be opened.
To achieve this, I thought of two below approaches:
1. Enable one Menu in Oracle Main Menus like File, Edit, Window or Help but failed as I am not aware how to enable such type of menu. (I am facing issue in 2 approach)
2. I have used custom.pll and in WHEN-NEW-FORM-INSTANCE event, I have enabled SPECIAL-15 menu so that the menu will be available on all Oracle forms. After that, I have checked if SPECIAL-15 event is fired, then I have added custom Oracle Form Function using FND_MENU_ENTRIES_PKG.INSERT_ROW API by passing all the required entries of that particular responsibility in which user clicked on that SPECIAL-15 menu. After that, I called Compile Security Menu program so that my changes will get reflected (I am facing issue here).