In this Post, we will discuss one of the general requirements of performing CRUD operations on two tables.
OAF page based on two update-able VO's using EO's
Consider the below scenario.
OAF page based on two update-able VO's using EO's
Consider the below scenario.
- Master Data is stored in : XXTMG_STRUCTURES
- STRUCT_ID is Primary Key
- Child Data is stored in : XXTMG_STRUCT_ATTRIBUTES
- ALLOC_ATTRIBUTE_ID is Primary Key
- STRUCT_ID is foreign Key
- XXTMG_STRUCTURES is having ONE to ONE relation ship between XXTMG_STRUCT_ATTRIBUTES
- Having VO based on SINGLE EO is quite simple and easy
- Having VO based on TWO EO objects is not straight forward, for achieving this we need to customize the default generated methods.
- Following this link to achieve the above requirement : https://forums.oracle.com/
forums/thread.jspa?threadID= 61721
No comments:
Post a Comment