Entity Object Extension in Oracle Application R12
- by Manoj Madhusoodanan
In this blog I will explain how to perform Entity Object ( EO ) Extension.As a prerequisite please read my previous blog.I am doing this exercise based on PL/SQL EO.
Following attributes are part of FndUserEO.
Here I will add a validation to UserName attribute "Length should be > 5".
Following steps need to perform.
1)…