ORACLE APPS : Multiorg Quicktip
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.
Set of Books : means Currency,Chart-of-accounts,Calender.
Currency: The currency which is being used by the company
Chart-of-accounts: the type of accounts follwed by the company
calender: the company follows which calender.i.e from jan1-Dec31 or April1-mar31.
The Multi Reporting Currency Feature allows you to report and maintain records at the transaction level in more than one functional currency. You can do by defining one or more set of books in addition to primary set of books.
select multi_org_flag from fnd_product_groups;
Use the Above query to determine if MuliOrg is intalled:
Set of Books : means Currency,Chart-of-accounts,Calender.
Currency: The currency which is being used by the company
Chart-of-accounts: the type of accounts follwed by the company
calender: the company follows which calender.i.e from jan1-Dec31 or April1-mar31.
The Multi Reporting Currency Feature allows you to report and maintain records at the transaction level in more than one functional currency. You can do by defining one or more set of books in addition to primary set of books.
<< Home