You are on page 1of 42

Implementing Multiple Organizations in Release 12 Alyssa Johnson

Solution Beacon

Agenda
Benefits of Implementing Multiple Organizations Implementation Checklist Define Organization Relationship What is Multi-Org Access Control Setup
Operating Units Security Profile Run Security List Maintenance Profile Options User Preferences

Technical Profile Options Summary More Information

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

Benefits of Implementing Multiple Organizations

Benefits
Secure Access
Data Security Inventory Organization Security by Responsibility Operating Unit Security by Responsibility

Receive Goods into An Inventory Org Automatic Accounting for Internal Req Multiple Organization Reporting

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

Implementation Checklist

Implementation Checklist
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. Develop the Organization Structure Define Accounting Setups Assign Balancing Segment Values by Legal Entity Define Locations Define Business Groups (optional) Define Organizations Define Organization Relationships Define Responsibilities Associate Responsibilities with Business Groups Define Security Profile and Multiple Organizations (MO) Profile Options Verify Order Management System Parameter Settings Set Application-Specific Profile Options Specific to Operating Unit Define Inventory Organization Security (optional) Implement the Applications Products Run the Multiple Organizations Setup Validation Report (recommended)
6

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

Define Organization Relationship

Define Organization Relationships


Associate the Operating Unit with the Primary Ledger and Default Legal Entity

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

What is Multi-Org Access Control?

What is Multi-Org Access Control?


United States
Legal Entity

Canada
Legal Entity

France
Legal Entity

Release 11i

USA
Operating Unit

CANADA
Operating Unit

FRANCE
Operating Unit

Responsibility

Responsibility

Responsibility

United States
Ledger

Canada
Ledger

France
Ledger

Release 12

USA
Operating Unit

CANADA
Operating Unit

FRANCE
Operating Unit

Responsibility

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

10

What is Multi-Org Access Control? Structure for Business Operating in US only


US Operations
Ledger

Northeast
Operating Unit

South
Operating Unit

Western
Operating Unit

Responsibility

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

11

What is Multi-Org Access Control?


Multi-Org Access Control = MOAC Access multiple operating units within a single application responsibility Increase effectiveness of Shared Service Centers Perform tasks for and across multiple operating units
View information Enter transactions Process data Run reports

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

12

What is Multi-Org Access Control?

Query

View data across Operating Units


Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

13

What is Multi-Org Access Control?

Data Entry

Users can access all operating units assigned to responsibility/user

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

14

What is Multi-Org Access Control?

Concurrent Requests

419 concurrent processes can be run for Multiple OUs

If OU left blank, runs for all OUs assigned to responsibility/user

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

15

What is Multi-Org Access Control?

Concurrent Requests

If process can be run for only Single OU, Operating Unit is required and populates this new field

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

16

What is Multi-Org Access Control?


Subledgers that leverage MOAC
Inventory Purchasing Payables Receivables Assets Work in Process Projects Order Management
17

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

Setup

18

Setup Operating Units

HRMS Organization Form

Work Structures Organization Description Operating Unit is Classification for an Organization

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

19

Setup Operating Units


GL Accounting Setup Manager
Setup Financials Accounting Setup Manager Setup at same time as other Accounting Setups All relevant operating units are assigned to appropriate ledger

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

20

Setup Security Profile


Operating Units Not In Exclusive Organizational Node
Security Profile Name Business Group

Security Type

Operating Units

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

21

Setup Security Profile


Based on Organizational Hierarchy
Security Profile Name Business Group

Security Type Organization Hierarchy Include Top Organization Operating Units

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

22

22

Setup Run Security List Maintenance


Run after any change to a security profile Generate Lists for
All Security Profiles All Security Profiles in One Named Business Group One Named Security Profile

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

23

23

Setup Profile Options


Can be assigned to Responsibility or User

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

24

24

Setup User Preferences


Users can manage the profiles assigned to them through a easy to use interface System Administrator add function FNDMOPREFS to user menu
Menu addition

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

25

25

Setup User Preferences


Resulting Menu

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

26

26

Setup User Preferences


User can change default Operating Unit without navigating to Profile Options Default will populate first in Operating Unit Field

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

27

Setup User Preferences

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

28

Setup User Preferences


Only those OUs set as preferred will show up in the List of Values Utilize if single OU processing most efficient

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

29

Setup User Preferences

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

30

Technical

31

Technical - Customizations
Virtual Private Database (VPD) feature will replace usage of CLIENT_INFO(Org Context) function in Multi-Org Architecture Release 11i script to access data
begin dbms_application_info.set_client_info('&org_id'); end; / select * from po_headers /
begin end;

Release 12 must request access through Security Policy in the database


mo_global.set_policy_context('S', &org_id);

Custom forms and reports need to be initialized to secure access through security profile

/ select * from po_headers /

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

32

Technical Concurrent Programs


New column MULTI_ORG_CATEGORY in FND_CONCURRENT_PROGRAMS Values In upgrade, for programs where definition has been customized, value is null and concurrent program will NOT run. Script to set value
UPDATE FND_CONCURRENT_PROGRAMS SET MULTI_ORG_CATEGORY = {'S or M} WHERE CONCURRENT_PROGRAM_NAME = '{Program Name}' S = Single Org M = Multi Org

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

33

Profile Options

Profile Options Set at Responsibility Level


HR: Business Group HR: User Type OE: Ledger Name (AR, OE) GL: Ledger Name GL: Data Access Set MO: Operating Unit
DO NOT delete the Site Level value of this profile option; No one will be able to even get to the login page

MO: Security Profile MO: Default Operating Unit


Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

35

Summary

36

Summary
Multiple Organizations Implementation Guide Release 12 Part No. B31183-01 R12 does support a hybrid environment where some users operate in MOAC and others may not. Features unconstrained by multi-org today are still unaffected in R12 MOAC Upon upgrade you are not required to implement MOAC however you should test boltons, personalizations, customizations and 3rd party apps with some users MOAC enabled MOAC may require additional internal controls or security
Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

37

More Information

38

Available at www.solutionbeacon.com
Order Your Copy Today!

Installing, Upgrading and Maintaining Oracle E-Business Suite Applications 11.5.10.2+

The Release 12 Primer Shining a Light on the Release 12 World

The ABCs of Workflow for Oracle E-Business Suite Release 11i and Release 12
Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

40

Solution Beacon Toolkit


www.solutionbeacon.com

Checklists Pocket Guides Presentations Vision Instance


Java Installed Disable pop-up blocking Valid Oracle Customer Support Identifier (CSI)

12.1.1 now available

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

41

Ranked Scorecard Free Consultation


How Does The Scorecard Work Answer multiple-choice questions Identify areas of risk (business and IT) Ranked score helps measure your status on issues Provides recommendations for next steps Feedback on issues that concern steering committees and ROI
Scorecard Focus Areas Competitive Optimization Functional and Process Issues Project Approach and Complex Issues Workflow Issues Customization Reduction Database Data Integrity System Optimization Business Intelligence

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

42

Questions and Answers

Thank You!
Alyssa Johnson
ajohnson@solutionbeacon.com

www.solutionbeacon.com

Copyright 2010 Solution Beacon, LLC All Rights Reserved Any other commercial product names herein are trademark, registered trademarks or service marks of their respective owners.

43

You might also like