Posts

Showing posts from August, 2020

MOAC (Multi Org Access Control)

Image
               Using MOAC , we can access multiple operating unit without switch any responsibility. This feature in R12 to allow the users to submit requests and access the data of multiple operating units from a single responsibility. This can be achieved by setting the security profile in HRMS.            There are two types of Security Profile - 1. Security Profile (Local) - This is used for the selection of operating unit from the same Business Group.        2. Global Security Profile (Global) - This is used for the selection of operating units from the different business group. Here we do not have option to specify Business Group.     STEPS TO EXECUTE MOAC : 1. Define Security Profile in HRMS. 2. Make pairing with operating unit. 3. Run Program Security List Maintenance in HRMS. 4. Assign Profile Option - 'MO:Security Profile' at responsibility level.    1. S...

Value Sets and its Types

  Value Set is nothing but the list of values with validation. We can use the value set whenever the concurrent program has parameters and while defining the flex field. We have to attach the value set to the concurrent program. When attaching or enforcing the value set on the segment, the segment will behave or act according to the Value Set. There are following eight types of value sets -  1.None(Not validated at all) - You use the none type value set when you want to allow the users to enter the any value so long as that value meets the value set formatting rules. 2. Independent - An independent value set provides a predefined list of values for the segment. These value can have an associated description. 3. Dependent - A dependent value set is similar to an independent value set, except that the available values in the list and the meaning of the given value depend on which independent value was selected in a prior segment of the flexfield structure. 4.Table -  A tab...

Multi Org in Oracle ERP R12

Image
Multi-Org means the implementation of multiple business units (or Organization) under a single installation of Oracle Applications. There are Hierarchy Flow of Multi-Org -  1. Business Group - This is highest level in the Organization Structure. The Business group secures HR     Information. Multiple set of books can share same business group.  2. Legal Entity - It is a legal Business purpose, At this Level we prepared income tax reports.  3. Ledger - It is use to secure Journal and Ledger Balances of a company. A Ledger is a collection of   Currency, chart of account, calendar and accounting Methods.  4. Operating Unit - It is a strategic business unit, At this level we partition and secure sales and purchase   transaction data.  5. Inventory Organization - An Organization for which you track Inventory transactions and balances   and/or an Organization that manufactures or distributes products. ...