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