Tuesday, May 11, 2021

Fusion Vs EBS R12.

  • Date track in EBS is known as Data effectivity in Fusion
  • Operating Unit in EBS is known as Business Unit.
  • Major improvement is there is no need to create multiple COA. Single COA structure in fusion can handle multiple COA. this is the major improvement compare to R12.
  • Reference Data to move configuration across business unit. This is Set ID. Application needs to be setup in Fusion with reference data before make it available transactions.
  • Functional setup manager to move configuration across the instances.
  • No more WebADI in Fusion. It is handled by ADFDI in Fusion. This fits with ADF architecture.

 


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