Tuesday, October 24, 2017

View Object Creation Methods in OAF

View Objects can be created in 3 ways.
  1. Generated SQL based on EOs i.e. add WHERE CLAUSE at design time, not run-time for best performance.
  2. "Expert Mode" custom SQL with no underlying EOs i.e. Read-Only data.
  3. "Expert Mode" custom SQL manually mapped to EOs

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 ,...