InterviewSolution
| 1. |
What Is The Multiorg And What Is It Used For? |
|
Answer» MultiOrg or Multiple Organizations Architecture allows multiple operating units and their relationships to be defined within a single installation of Oracle Applications. This keeps each operating UNIT's TRANSACTION DATA separate and secure. Use the FOLLOWING QUERY to determine if MuliOrg is intalled: select multi_org_flag from fnd_product_groups; MultiOrg or Multiple Organizations Architecture allows multiple operating units and their relationships to be defined within a single installation of Oracle Applications. This keeps each operating unit's transaction data separate and secure. Use the following query to determine if MuliOrg is intalled: select multi_org_flag from fnd_product_groups; |
|