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 list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...