Tuesday, October 24, 2017

View Objects with Entity Objects in OAF

Entity Objects are the objects through which we insert, update and delete the data. View Objects are the objects through which we query data.

View Objects can be mapped to multiple Updatable EOs allow the actions on the EO occur through the VO.

View Objects can be mapped to multiple Reference EOs using those EOs just for query purposes, generally a foreign key

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...