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 Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...