Application Module Extension in Oracle Application R12
- by Manoj Madhusoodanan
In this blog I will describe how to Extend Application Module.I will explain this based on my previous blog PL/SQL based EO.
I want to extend FndUserAM to add a procedure to raise a custom business event when the FND_USER has created successfully.
Here I am using a custom business event "xxcust.oracle.apps.demo_event". Please find the…