Sie sind auf Seite 1von 70

Release 12 Financials Best Practices

Multi-Org Access Control &


Subledger Processes

Alyssa Johnson
Solution Beacon
Agenda

• Global Financial Management


• Shared Services
• Subledger Features and Best Practices
– Payables
– Assets
– Receivables
– Advanced Collections
– Cash Management
• Additional Tools
• More Information

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 2
Global Financial Management
Oracle’s Global Financial Management Model

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 4
Shared Services
Shared Services
Multi-Org Access Control

• Access multiple operating units within a single


application responsibility
• Perform tasks for and across multiple operating units
– Enter transactions
– Process data
– View information
– Run reports

• Increase effectiveness of Shared Service Centers

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 6
What is Multi-Org Access Control?

United States Canada France


Legal Entity Legal Entity Legal Entity
Release 11i
USA CANADA FRANCE
Operating Unit Operating Unit Operating Unit
Responsibility Responsibility Responsibility

United States Canada France


Ledger Ledger Ledger

Release 12 USA CANADA FRANCE


Operating Unit Operating Unit Operating Unit
Responsibility

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 7
What is Multi-Org Access Control?

US Operations
Ledger

Northeast South Western


Operating Unit Operating Unit Operating Unit

Responsibility

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 8
Query What is Multi-Org Access Control?

View data across


Operating Units
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 9
9
Data Entry What is Multi-Org Access Control?

Users can access all


operating units assigned
to responsibility/user

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 10
10
Concurrent Requests What is Multi-Org Access Control?

>400 concurrent
processes can be run
for Multiple OUs

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

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 11
11
Concurrent Requests What is Multi-Org Access Control?

If process can be run for


only Single OU, Operating
Unit is required and
populates this new field

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 12
12
Multi-Org Access Control

• Setup
– Define Operating Units in HR
– Define Security Profile composed of Operating Units
– Run Security List Maintenance Program
– Assign Security Profile to Profile Option
• Profile Options
– MO: Operating Unit
• Used when Multi-Org is NOT enabled
• On upgrade, assigned operating unit of 11i responsibility
– MO: Security Profile
• Assign security profile name at User or Responsibility level
– MO: Default Operation Unit
• Assign default operating unit

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 13
Multi-Org Best Practices

 Customizations which filter data by operating unit must be checked


• Virtual Private Database (VPD) feature will replace usage of
CLIENT_INFO(Org Context) function in new Multi-Org Architecture
• Release 11i script to access specific operating unit data
– begin
dbms_application_info.set_client_info('&org_id');
end;
/
select * from po_headers
/
• Release 12 must request access through Security Policy in the
database
– begin
mo_global.set_policy_context('S', &org_id);
– end;
– /
select * from po_headers
/
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 14
14
Multi-Org Best Practices

 Check programs where concurrent program definition


has been customized, value is null on upgrade and
concurrent program may not run correctly
• New column MULTI_ORG_CATEGORY add to table
FND_CONCURRENT_PROGRAMS
• On upgrade, values assigned
– ‘S’ = Single Org
– ‘M’ = Multi Org
• Example script to set value
– UPDATE FND_CONCURRENT_PROGRAMS
SET MULTI_ORG_CATEGORY = {'S‘ or ‘M’}
WHERE CONCURRENT_PROGRAM_NAME = '{Program
Name}'

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 15
Multi-Org Best Practices

• Upon upgrade, MOAC will not be automatically enabled


• Not required to implement MOAC
 Test bolt-ons, personalizations, customizations and 3rd party
apps with MOAC enabled during upgrade testing
• A hybrid environment where some users operate in
MOAC and others do not is supported
• Features unconstrained by multi-org today are still
unaffected in R12 MOAC
• MOAC may require additional internal controls or
security
 Utilize function FNDMOPREFS to give users even more
flexibility in managing their assigned Operating Units
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 16
16
Subledger Features and
Best Practices
Payables
Payables – Invoice Lines

• Added between Header and Distribution Line information


• Improved Asset Tracking (Item Description, Manufacturer,
Model, Serial Number, Warranty Number)
• Line Level Approval Capability
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 19
Payables – Invoice Workbench

• Invoice Workbench has significant changes


– Operating Unit column added
– Invoice line required
– New button (Discard) for reversing PO matched
invoices
– New tabs for managing invoice lines, holds, viewing
and scheduling payments
 Allow adequate training time

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 20
Payables – Supplier Maintenance

Improved
search
functionality
Notification
from iSupplier
portal

Ease of
navigation

• New Supplier Maintenance User Interface


• Prior Customizations will have to be addressed
• Can also be accessed from Professional Buyers Workbench
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 21
Payables – Supplier Maintenance

• Suppliers moved to Trading Community Architecture as


Parties
 Clean up Suppliers prior to upgrade
 Allow adequate training time both for Supplier forms and
TCA
Ease of
Navigation

Shared
Services

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 22
Oracle Payments
Funds Disbursement

• Centralized Payment Engine to Manage Funds Capture


and Funds Disbursements
• Increase Straight Through Processing Rates
• Better working capital management by providing real-
time visibility to cash inflows and outflows
• Efficiently Generate Payments for Multiple
Organizations, Currencies and Regions
• Single Payment across OUs with same LE
• Lower Costs associated with Transmission Protocol/
Formats
• Schema IBY
• Data repository on top of TCA

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 23
Oracle Payments
Funds Disbursement

Select Selection Payment Payment Payment Transmit


Invoices Batch Build Instruction Instructions Payments
Creation
1 1

2 2
POOL OF
BUILT
PAYMENTS

3 3
Print
Payments
Payables Payments

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 24
Oracle Payments
Funds Disbursement

Quick
Search

Quick view
Shortcuts graphics

Concurrent
Requests
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 25
Oracle Payments
Funds Disbursement

• Submit Payment Process Request (Release 12) =


Select Payment Batch (Release 11i )
• File creation not constrained to unique combination

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 26
Oracle Payments
Funds Disbursement

 Learn new definitions and process flow


 All payment document formats must be in BI
Publisher – plan accordingly
 Utilize templates to expedite processing
 Consider straight-through processing
 Training, Training, Training

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 27
Payables
AR/AP Netting

Available when Trading Partner


both Customer and Supplier
AR
ARInvoices
Invoices Receipt
$500 Receipt
$500 $400
$600 $400
$600
COMPANY
ABC
AP
APInvoices
Invoices NETTING Payment
$300 Payment
$300 $400
$100 $400
$100

• Benefits
– Reduced cost in Trading Relationship
– Reduced data entry
– More efficient processing
– Improved Cashflow
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 28
Payables
Accounting

 Run the Invoice Validation program DAILY


 Run Create Accounting Process DAILY
 Resolve issues reported in Subledger
Accounting Program Report DAILY
 When closing period, run Transfer to GL
program an additional time, to verify all
accounting entries have transferred

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 29
Payables
Period Close and Reconciliation

 Start to work any exceptions in Subledger Period


Close Exception Report 5 days before close
 Utilize Subledger Control Accounts for liability
accounts to ensure only used by Payables
– New Flexfield Qualifier on Natural Account
 Become Familiar with Reconciliation Reports
– Open Account Balance Listing (Accounts Payable
Trial Balance); Newest version in CPC
 R12 Proactive Intelligence Center: Oracle
Payables MetaLink Doc ID: 578232.1
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 30
Assets
Assets
Automatic Preparation of Mass Additions

• Utilizes Default Rules and/or Public APIs to


prepare mass addition lines automatically
• Benefits
– Avoids customization and manual intervention
– Auto populates required fields such as expense
account, and asset category

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 32
Assets
Automatic Depreciation Rollback

• No Longer Necessary to perform rollback manually


• Automatic Depreciation Rollback performed when two
criteria are met:
– Period is open
– Depreciation has been performed in that period
• Performed only on selected assets as required
• Benefits
– Enhanced Performance
– More Efficient Processing of Adjustments

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

• Create Journal Entries is replaced by Create Accounting


• Relocated Setups
– Journal Source and Journal Category setup now located in Subledger
Accounting
– Intercompany account setup now located in Accounting Setup Manager
• Profile Options
– New - FA: Use Workflow Account Generation. Default is Yes. Workflow
Account Generator functionality could be managed by Subledger
Accounting Rules
– Obsolete - FA: Include Nonrecoverable Tax in Mass Addition. Replaced
by Post Accounting Programs under Subledger Accounting. These
programs manage the setup for all eligible lines from Payables to
Assets for the Mass Additions Create program
• Invoice distributions from Oracle Payables that interface to Assets
now display the Invoice Line Number

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

 If a Retirement or Reinstatement transaction has


occurred, the Calculate Gain and Loss program should
be run before the Create Accounting program
 If multiple asset books are linked to the same ledger,
ensure that the natural account segment value of the
asset clearing account is unique for each asset book
 Review group asset options carefully to determine which
ones satisfy your requirements because once Group
Asset Advanced Rules options are defined, they cannot
be changed

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

• New Customer Form


• Any customizations to 11i form must be addressed

Search
Functionality

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

 Backward-compatible views RA_CUSTOMERS and


RA_ADDRESSES are no longer available; customizations should
reference TCA tables

Navigation
Tabs

Details Icon
Site
Information

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

 Utilize Best Practices for modeling Customer


Data from Metalink Doc ID: 269124.1
– When considering a particular company which entities
should be modeled as parties? Which should be
modeled as party sites?
– For which of these parties do you need to create
accounts?
– Should multiple accounts be created for any of the
parties? Should multiple bill-to account sites be
created for any given account?
– Should any account relationships be created?

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

Revenue Recognition based on


– Time
• Proportionally over Time
• Upon Expiration of Contingencies
– Events
• Payment
• Customer Acceptance
– Rules
• Payment Term Thresholds
• Refund Policy Thresholds
• Customer Creditworthiness
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 40
Receivables
Direct Refund Generation

• Nov 2008 CPC addresses bug in this functionality

Apply To Electronic
Refund Generates
Credit Memo Payables Refund
Request
Refund Attributes
Button
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 41
Receivables
Line Level Cash Application

• Receipts can be
applied at line
level
• More accurate
representation
• Application Form
– Select Receipt
– Select Apply in
Detail
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 42
Receivables
Line Level Cash Application

Receipt

Transaction

Tree
Structure

Detail

• Receipts can be applied to one or more lines


• Discounts automatically applied
• Freight and tax can also be applied
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 43
Oracle Payments
Funds Capture

• Payments integrates with the following products


to facilitate Funds Capture
- Collections - Service
- iReceivables - Service Contracts
- iStore - Lease Management
- Order Capture - Receivables
- Order Management - Student System

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 44
Oracle Payments
Funds Capture

1 Create Transaction
SOURCE 2
PRODUCT Request
Authorization Authorizes
funds
Results
Notification
Acknowledgement

Payment Attributes and


THIRD PARTY
Authorization for Future PAYMENT
Sends request
Settlements SYSTEM
for settlement
Acknowledgement

3
Request for
RECEIVABLES settlement PAYMENTS
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 45
Oracle Payments
Funds Capture

Transmission Protocols Third Party Payment Systems


supported out-of-the-box supported out-of-the-box
– FTP
– Secure FTP
– HTTP
Paymentech

– HTTPs Concord EFSnet

– AS/2 Wells Fargo

First Data
(North Platform)

CyberSource

VeriSign

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 46
Payments – Setup Workbench

Task Setup
Status

Credit Card
Encryption

XML
Templates

Funds
Disbursement Ease of
navigation

Funds
Capture

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 47
Receivables
Balance Forward Billing

• Release 11i Consolidated Billing becomes


Release 12 Balance Forward Billing
• More Flexible Billing Cycles
• Consolidation of invoices at site or account level
• Generate Balance Forward Bills using Bill
Presentment Architecture

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

 Receivables Collections Workbench is a subset


of Advanced Collections module
 Check MetaLink Doc ID: 389443.1, Appendix C
for Advanced Collections features available for
use in the Receivables Collections Workbench
 Utilize Subledger Control Accounts for liability
accounts to ensure only used by Receivables
– New Flexfield Qualifier

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

 Use parallel processing functionality to reduce


processing time on large volumes of data
– Automatic Receipts Creation Program (API)
– Automatic Remittances Creation Program (API)
– Revenue Recognition Master Program
– Late Charges program
– Submit Accounting Program

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 50
Receivables
Close and Reconciliation

 Run Submit Accounting Program DAILY and resolve any


issues in accounting
 Submit Accounting runs both
– Revenue Recognition
– Create Accounting
 Utilize Unposted Items Report to identify issues
 Reconciliation
– AR Reconciliation Report (other reports if discrepancies)
– Potential Reconciling Items Report
– Run Aging and compare with Reconciliation Report
– Run Journal Entries report and compare with Reconciliation
– Run AR to GL Reconciliation Report
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 51
Advanced Collections
Advance Collections

• New Collections Workbench


• Integration with Territory Management so that
Collection Territories can be independent from
Sales Territories
• Integration with Payments so organizations can
collect funds real-time with funds capture
• Question and answer type format simplifies
setup

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

 Separate License
 Check MetaLink Doc ID: 389443.1 for Advanced
Collections process flows, features, screenshots,
and upgrade considerations

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

Cash
CashMgmt Cash
Mgmt CashMgmt
Mgmt
Payables
Payables
Payables Bank
Bank Payables
Payables Payables
Accounts
Accounts TCA
TCA
Receivables
Receivables Receivables
Receivables
Payroll
Payroll Banks
Banks
Payroll Bank Payroll
Payroll
Payroll Bank
Accounts
Accounts
Treasury Bank
Bank
Treasury Treasury
Treasury
Bank Accounts
Accounts
Treasury
Treasury Bank
Accounts
Accounts

Release11i Release 12
Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 56
Cash Management

• Single User Interface


• Bank Account owned by Legal Entity instead of OU
• Bank/Branches are TCA Parties

Update Bank, Branch,


and Account in one
location

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 57
Cash Management – Bank Accounts

 Manage Payment Documents from Bank Accounts form

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

 Verify cash clearing and cash accounts are defined at


the bank accounts control level

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 59
Additional Tools
BI Publisher

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

• Utilized across entire E-Business Suite


• Over 850 templates across 55 products
• Remaining Standard reports migrated to BI
Publisher in 12.1
 BI Publisher report development is a new skill
set which should be mastered as soon as
possible

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

• Describes all Oracle interface endpoints


Search
All types of Functionality
interfaces
Browse
through tree
structure

Drilldown to
interface
details

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

• Release 12 Online Documentation


– Oracle Financials Concepts Guide (B28873-01)
– Oracle Applications Upgrade Guide: Release 11i to Release 12
(B31566-01)
– Oracle Financials and Oracle Procurement Functional Upgrade
Guide: Release 11i to Release 12 (B31543-01)
• Metalink Doc ID 580299.1 – Best Practices for Adopting
Oracle E-Business Suite Release 12
• Release 12 Information Center
– Knowledge Tab of My Oracle Support

65Reserved Any other commercial product names


Copyright 2009 Solution Beacon, LLC All Rights
herein are trademark, registered trademarks or service marks of their respective owners. 65
Release Update Packs

• 6 RUPs since Release in January 2007


• Metalink Note 743368.1 – Oracle E-Business Suite
Release Update Pack Readme, Release 12.0.6
 Apply Financials Critical Patch Collections (CPC)
MetaLink Doc ID: 557869.1
– If Your Current Patch Level is
• RUP3 or earlier
– At a minimum apply November 2008 CPCs. Ideally, apply
12.0.6 (Patch 6728000) and November 2008 CPCs
• RUP4, 5 or 6
– Apply November 2008 CPCs
(AP Patch 7456652 and AR Patch 7387254)

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

• Release 11.5.10
– Premier Support extended to November 2010
– Extended Support extended to November 2013
• Release 12
– Premier Support extended to November 2012
– Extended Support extended to November 2015

Copyright 2009 Solution Beacon, LLC All Rights Reserved Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 67
Available at
Got Oracle?
www.solutionbeacon.com
Get the Books!
Order or Reserve Your
Copy Today!

Installing, Upgrading and


Maintaining Oracle E-Business The Release 12 Primer –
Suite Applications 11.5.10.2+ Shining a Light on the
Release 12 World

The ABCs of Workflow for Oracle


E-Business
Copyright 2009 Suite
Solution Beacon, LLC All Release
Rights Reserved 11i and
Any other commercial product names
herein are trademark, registered trademarks or service marks of their respective owners. 68
Release 12
Oracle Applications Users Group (OAUG)

• THE world’s largest knowledgebase for Oracle Applications users

• Networking opportunities with over 118,000 members worldwide

• Access to over 50,000 white papers in the online OAUG Conference


Paper Database

• The Knowledge Factory

• FREE online training every Tuesday, Wednesday and Thursday for


OAUG members

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

Thank You!

Alyssa Johnson
ajohnson@solutionbeacon.com

www.solutionbeacon.com
Real Solutions for the Real World ®

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

Das könnte Ihnen auch gefallen