Lakshmi Sampath Oracle EBS Architect Dell, Inc. How I Wish I knew SLA

Size: px
Start display at page:

Download "Lakshmi Sampath Oracle EBS Architect Dell, Inc. How I Wish I knew SLA"

Transcription

1 Lakshmi Sampath Oracle EBS Architect Dell, Inc. How I Wish I knew SLA This article aims to provide a comprehensive knowledge and understanding of the Subledger accounting (SLA) architecture in Oracle E-Business Suite (EBS) R12. It will also uncover some of the unpublished implementation tips and tricks and also show how users can meet their financial and reporting needs on time using SLA. The article also highlights how Dell, Inc. used the SLA functionality to automate and control various accounting entries using specific business rules. Introduction With the introduction of Oracle EBS R12, accounting-related functions and structures change significantly from previous releases. Many of the original design limitations, such as the inability to journal easily across ledgers (sets of books) as well as the existence of complex setups, the use of global shared service centers, separate business tax sub-systems, and separate customer and supplier masters have been resolved. SLA is a new functionality introduced in EBS R12. SLA is a powerful and flexible rules-based accounting engine, with a centralized data model and repository that generates accounting entries based on source transactions for all Oracle Applications transactions. With the introduction of SLA, customers now have a unified view of all the Oracle Application Subledgers across all modules with accounting entries. SLA helps to do a single step posting to all ledgers and also provides real-time/online accounting information as well as an audit trail for all transactions. Here are some more facts about SLA SLA works with Oracle General Ledger (GL) to provide an accounting system tailored to your requirements. SLA supports user-defined accounting rules. SLA allows multiple accounting representations for a single transaction SLA establishes a common data model and interface for all subledgers. SLA is not a module or application or product but a service within a product. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 1

2 There is no separate responsibility available for SLA. In order to get to the Subledger accounting rules, you will have to use the module specific responsibility and then get to accounting setup to define the Subledger accounting rules. Accounting Structure Difference between 11i and R12 The Accounting Structure in EBS R12 is quite different than in EBusiness Suite 11i. In EBS 11i, when you process a transaction to GL, it posts directly to General Ledger as Journal Entries. In EBS R12, when a transaction is processed, it creates subledger journal entries before it hits the General Ledger. (See Figure 1) EBS R12 Users also now have options to determine if they want to do a draft accounting or final accounting or create a final accounting post to GL. Figure 1 SLA also keeps the Subledgers and GL tied out. SLA controls that the GL balances and SLA balances tie together and that both tie to the document sources for e.g. AR Invoices, AP payments etc. Here is how the transaction flows all the way through GL via the SLA module. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 2

3 Figure 2 Subledger Accounting Components Subledger Accounting comprises five components. (Figure 3) 1. Ledger There are two sets of Ledgers: Primary and Secondary Ledgers (Set of books in 11i). Legal Entities are associated with Primary ledgers and Primary ledger typically reflects transactional accounting. Secondary ledgers can be utilized for statutory, management, and/or consolidation reporting. Mapping from Primary to Secondary Ledger(s) is defined in General Ledger and is assigned in the Accounting Setup Manager. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 3

4 2. Subledger Accounting Method Five Subledger Accounting Methods are seeded in the Application. Accrual with Encumbrance accounting. Cash with Encumbrance Accounting. Standard Accrual. Standard Cash. US Federal Accounting. Standard Accrual is used more commonly. Federal Customers use the US Federal Accounting method. 3. Application Accounting Definition Application Accounting Definition (AAD) comprises Event Classes and Event Types. Event Classes define the transaction types for accounting rule purposes, e.g., Adjustments, Bills Receivable, Receipts, and Transactions etc. Event Types define possible actions for each transaction type with accounting significance, e.g., Receipt Created, Receipt Reversed, Receipt Unapplied, etc. 4. Journal Line Definitions Journal Line Definitions are the heart and soul of the Subledger Accounting Engine. This has Journal Line Types, Account Derivation Rules and Journal Entry Description. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 4

5 The Account Derivation Rule is where you define how you want the account to be derived at. Line type is the Journal Line type. Journal Entry descriptions are what you provide as your own descriptions for the journals. 5. Sources This constitutes the optional information that you can configure. For example, Supporting References can be configured to capture additional information. Using SLA at Dell, Inc. In our Order to Cash system, whenever an AR receipt is created, the existing process was mapping the receipt to the Default Cost center as per the system setup. There was a lot of manual effort involved to reclassify them to the correct Customer Cost center. As a part of R12 Upgrade, using Subledger accounting rules, we wanted to automate this and make the system automatically apply the receipts to the correct cost center for the Customer. Basically, our requirement was to ensure that the create accounting process derives the correct Accounting Flexfield segments based on the receipts applied to the customer based on the sales channel to Accounting Flexfield mapping. We wanted this to work for any cash application Receipt applied, Receipt unapplied, Receipt reversed etc. The Event type for this case-study is Receipt and Event Class is applied, unapplied, reversed etc. Here is the solution summary. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 5

6 Solution Steps Here are the Solution steps: 1. Create a PL/SQL code to derive the correct AFF Segments based on receipt and other input parameters. 2. Define Custom Sources Associate the PL/SQL code to Custom Source 3. Define Account Derivation Rules (ADR) 4. Define Journal Line Types (JLT) 5. Define Journal Entry Descriptions (JED) 6. Define Journal Line Definitions (JLD) Associate the ADR, JLT and JED together 7. Define/Validate Application Accounting Definition (AAD) 8. Define Subledger Accounting Method (SLAM) 9. Assign Subledger Accounting Method to Ledger 10. Run the Create Accounting Process Step 1- Create a PL/SQL Code The first step is to create a PL/SQL function with the following input parameters Receipt customer account number, Remittance bank account unapplied, Cash receipt identifier. The function should return the code combination id of the correct accounting segment combination as the output based on the customer to sales channel mapping. This function should either be created in the apps schema. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 6

7 Step 2 Define Custom Source This step associates the PL/SQL code to the custom source. The navigation to create the custom source is: Setup, Accounting, Accounting Methods Builder, Sources, Custom sources Step 3 Define Account Derivation Rule (ADR) Copy the seeded Account Derivation rule and rename to match to your coding standards (XXG_GET_CCID). When you copy and rename the ADR, the owner automatically becomes User instead of System. The value for the source will be the name of the Custom source (XXG_GET_CCID_CODE) defined in Step 2. The navigation to get to this screen is Setup, Accounting, Accounting Methods Builder, Journal Entry Setup, Account Derivation rule Step 4 Define Journal Line Types Navigate to Setup, Accounting, Accounting Methods Builder, Journal Entry Setups, Journal Line Types and Copy the seeded Journal Line Type and rename (e.g. Dell Receipt Unapplied Cash). Change the Transfer to GL to Summary. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 7

8 Step 5- Create Journal Entry Descriptions Navigate to Setup, Accounting, Accounting Methods Builder, Journal Entry Setups, Journal Entry Descriptions and click on copy to Copy the Journal Entry Description and rename (e.g. XXG Standard Receipts Header) Step 6 Define Journal Line Definitions. Here is where you associate the Journal Entry Description and Account Derivation Rules to Journal Line Definitions at the Journal Line Type. Navigate to Setup, Accounting, Accounting Methods Builder, Journal Entry Setups, Journal Line Definitions and click on copy definition to create a new Journal line definition and rename it (e.g. XXG Receipts Default Accrual). For each Journal Line type that you want to derive using your accounting rule, associate the Account Derivation rule and the line description. Note You can use both segment-based and flexfield-based rules to derive a single account. Subledger Accounting uses segment-specific rules where they are defined and takes the remaining values from a flexfield-based rule. For example, a user can select an account derivation rule which is for All Segments and also separately select a rule which is for one particular segment. Subledger Accounting derives accounts based upon segment-specific rules and then fills in the remaining segments with the rule that specifies All Segments. Segment-specific rules take precedence over the All Segments flexfield-based rule. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 8

9 Step 7 Define/Validate Application Accounting Definition Navigate to Setup, Accounting, Accounting Methods Builder, Application Accounting Definitions and click on copy definition to create an Application Accounting Definition and rename it (e.g. XXG Receivables Default Accrual). For the event Class (e.g. Receipt), Associate the Journal Lines Definition that was created in Step 6. Then Click on Validate to validate the Application Accounting Definition. For any change in any of the SLA rules, Application Accounting definition needs to be validated. If not, the Create Accounting process will result in error. Step 8 - Create/Define the Subledger Accounting Method (SLAM) Copy and rename the seeded Subledger Accounting method (XXG Standard Accrual). Associate the Application accounting definition that just got validated in Step 7. Step 9 Assign Subledger Accounting Method to the Ledger In the Ledger Setup Screen, Under Subledger Accounting, associate the new Subledger Accounting method created in Step 8 and save. Step 10 - Run the Create Accounting Process After completing the above steps, Create accounting process can be run to check the Subledger Accounting rules that will be invoked by the process. There are 3 options that can be selected while running the create accounting process a) Create Final Accounting Post to GL b) Create Final Accounting c) Create Draft Accounting. View Accounting Journal Entries from Receipts Window Once the create accounting process completes, Journal Entries can be viewed from the Receipts window to validate their subledger accounting rules. COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 9

10 Technical Architecture of SLA XLA is the schema name for SLA. Here is the data flow diagram for SLA. TRANSACTIONS ACCOUNTING Transaction ( AR ) Headers ( RA_CUSTOMER_TRX_ALL & AR_CASH_RECEIPTS_ALL & AR_ADJUSTMENTS_ALL ) Entities ( XLA_TRANSACTION_ENTITIES ) Accounting Events ( XLA_EVENTS ) Accounting Headers ( XLA_AE_HEADERS ) LEDGER TABLES GL_IMPORT_REFERENCES Accounting Lines ( XLA_AE_LINES ) Distributions ( RA_CUST_TRX_LINE_GL_DIST _ALL & AR_DISTRIBUTIONS_ALL ) Distribution Links ( XLA_DISTRIBUTION_LINKS ) COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 10

11 The important tables that store data of SLA are given below: XLA_SUBLEDGERS XLA_SOURCES_B XLA_EVENT_SOURCES XLA_CONDITIONS XLA_ACCTG_METHOD_RULES XLA_EVENTS XLA_AE_HEADERS XLA_AE_LINES XLA_ACCOUNTING_ERRORS XLA_DISTRIBUTION_LINKS Tips about SLA Subledger accounting rules and definitions of one module can t be accessed from any other module. Seeded Subledger Accounting Methods can t be modified. They need to be copied before they can be modified. Any change made to a Subledger accounting setup invalidates the accounting process. Before running the Create Accounting process, Application Accounting Definition must be validated in order to make sure that the changes are logical. Reconciliation Accounts Reconciliation has improved with the introduction of SLA. This is possible mainly because of the following: Transaction Level Journals Transaction Details Drilldown Facility Reports COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 11

12 Upgrade Considerations By default, the R12 upgrade migrates current fiscal year accounting entries from each application to the SLA data model. This can be modified if needed. For prior periods, the historical data is preserved. You can drill down from General Ledger to the historical transactions using standard GL drilldown. You can upgrade prior periods by running a request during upgrade. Issues after Go-Live Some of the issues we faced after going live included: Journals going missing between subledgers and GL (Negative Ledger id bug). Incomplete transactions preventing close. With assistance from Oracle Support, we obtained fixes to the above issues. Conclusion With the introduction of R12 s Subledger Accounting functionality (SLA), we now have a unified view of all the Oracle Application Subledgers across all modules with accounting entries. We are now able to get real-time/online accounting information as well as an audit trail for all transactions. SLA certainly offers a powerful and flexible rules-based accounting engine. Although we had a few issues with SLA after going live, we have certainly made advantage of this new functionality in various unique ways within Dell. About the Author Lakshmi Sampath is an Oracle ACE and is currently working as an Oracle EBS Architect in Corporate IT at Dell, Inc. Lakshmi is a techno-functional Expert/Architect in implementing Oracle EBusiness Suite 10.7, , 11i & R12 including istore, isupplier, ipayment, CRM Incentive Compensation, Resource Manager, Territory Manager, Quote to Collect, Procure to Pay, Project Accounting, Financials & HRMS/Payroll modules. Lakshmi has presented several papers and hosted several panels at the COLLABORATE, Oracle OpenWorld and Austin Oracle Users Group events. She was selected as an ENCORE Presenter at COLLABORATE 2006 and She is also the Vice-chair of the OAUG Customer Support Council and a member of the OAUG Education Committee and a director for both the Oracle Business Intelligence Big Data Special Interest Group (OBI-BD SIG) and General Ledger Special Interest Group (GLSIG) COLLABORATE14 Copyright 2014 by Lakshmi Sampath Page 12

Collaborative SIG: SLA Accounting in R12: Procure to Pay Process

Collaborative SIG: SLA Accounting in R12: Procure to Pay Process Collaborative SIG: SLA Accounting in R12: Procure to Pay Process Mohan Iyer Principal Consultant FSCP Solutions Inc mohan@fscpsolutions.com September 22 nd, 2011 Agenda About the Presenter Procure to Pay

More information

Subledger Accounting Reconciliation in R12

Subledger Accounting Reconciliation in R12 Subledger Accounting Reconciliation in R12 Karen Kerames Accenture 2013 eprentise. All rights reserved. Webinar Mechanics Open and close your panel. View, select, and test your audio. Submit text questions.

More information

How to Use Oracle Account Generator for Project-Related Transactions

How to Use Oracle Account Generator for Project-Related Transactions How to Use Oracle Account Generator for Project-Related Transactions Marian Crkon 3Gs Consulting OAUG Forum at COLLABORATE 07 Copyright 2007 3Gs Consulting Page 1 of 40 Introduction Account Generators

More information

Oracle Apps Online Course - Smart Mind Online Training, Hyderabad. Oracle Apps Functional Online Training Course Content

Oracle Apps Online Course - Smart Mind Online Training, Hyderabad. Oracle Apps Functional Online Training Course Content Oracle Apps Functional Online Training Course Content Faculty: Real time and certified (Includes theoretical as well as practical sessions) R12 Summary Course Content Payables (AP) Receivables (AR) General

More information

Oracle Apps Functional Online Training

Oracle Apps Functional Online Training Oracle Apps Functional Online Training IQ Online training facility offers Oracle Apps Functional Online Training by trainers who have expert knowledge in the Oracle Apps Functional and proven record of

More information

OAUG Webinar Series Seminar #4

OAUG Webinar Series Seminar #4 OAUG Webinar Series Seminar #4 Oracle R12 AP Invoice to Payment Process Paul Kirch Principal, Process & Domain, Infosys OAUG Accounts Payable SIG Chairman September 8, 2011 Agenda Introduction Procure

More information

Oracle ERP Cloud Period Close Procedures O R A C L E W H I T E P A P E R J U N E 2 0 1 5

Oracle ERP Cloud Period Close Procedures O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Oracle ERP Cloud Period Close Procedures O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Table of Contents Introduction 7 Chapter 1 Period Close Dependencies 8 Chapter 2 Subledger Accounting Overview 9

More information

Founded in 1993 OSI has grown to become a leading technology consulting and services firm with over 450 professionals both from US and India

Founded in 1993 OSI has grown to become a leading technology consulting and services firm with over 450 professionals both from US and India R12 Period CloseProcess Chitti, OSIConsulting, Chairperson, India OAUG About OSI Founded in 1993 OSI has grown to become a leading technology consulting and services firm with over 450 professionals both

More information

Integrating Custom Sub-Ledgers with EBS Using BI Applications Financial Analytics. 03/09/2012 Jamie Adams, Laxmi Vara Prasad Duvvuri AST Corporation

Integrating Custom Sub-Ledgers with EBS Using BI Applications Financial Analytics. 03/09/2012 Jamie Adams, Laxmi Vara Prasad Duvvuri AST Corporation Integrating Custom Sub-Ledgers with EBS Using BI Applications Financial Analytics 03/09/2012 Jamie Adams, Laxmi Vara Prasad Duvvuri AST Corporation 1 Agenda Scenario Previous Options Proposed Solution/Approach

More information

ORACLE FUSION ACCOUNTING HUB

ORACLE FUSION ACCOUNTING HUB ORACLE FUSION ACCOUNTING HUB THE NEW STANDARD FOR FINANCIAL REPORTING AND INTEGRATION KEY FEATURES Reporting platform with embedded Essbase Centralized reporting center to deliver and access reports Proactive

More information

How to Create Shipping Burdens for Oracle Cost Management, in Spite of Subledger Accounting!

How to Create Shipping Burdens for Oracle Cost Management, in Spite of Subledger Accounting! How to Create Shipping Burdens for Oracle Cost Management, in Spite of Subledger Accounting! Session ID#: 13944 Prepared by: Doug Volz Douglas Volz Consulting, Inc. REMINDER Check in on the COLLABORATE

More information

Upgrade to R12 Now - Improvements in Cost Management. Presented by: Douglas Volz

Upgrade to R12 Now - Improvements in Cost Management. Presented by: Douglas Volz Upgrade to R12 Now - Improvements in Cost Management Presented by: Douglas Volz Upgrade to R12 Now OAUG elearning Sessions Presenta(on Date Presenter Company Upgrade to R12 Now A Financials Overview Upgrade

More information

ORACLE GRANTS ACCOUNTING

ORACLE GRANTS ACCOUNTING ORACLE GRANTS ACCOUNTING KEY FEATURES AWARD MANAGEMENT Maintain award funding details and terms and conditions Track award personnel, sponsor contact details, and reporting requirements BUDGETING Maintain

More information

Oracle General Ledger Advanced Journal Entries Consolidations Process [ ] Describe, create and [ ] Explain Consolidations

Oracle General Ledger Advanced Journal Entries Consolidations Process [ ] Describe, create and [ ] Explain Consolidations ERP Solutions Oracle Applications Whether you are implementing Oracle Financials for the first time or you are a veteran user of the Oracle E-Business Suite, Coriolis Business Systems can help reduce the

More information

General Ledger and Fixed Assets January 12, 2011

General Ledger and Fixed Assets January 12, 2011 General Ledger and Fixed Assets January 12, 2011 2 General Ledger New and Changed Features Terminology Changes Journal Copy Account Replacement Account Inquiry Web ADI Journal Upload Web ADI Asset Upload

More information

ORACLE FINANCIALS ACCOUNTING HUB

ORACLE FINANCIALS ACCOUNTING HUB ORACLE FINANCIALS ACCOUNTING HUB KEY FEATURES: A FINANCE TRANSFORMATION SOLUTION Integrated accounting rules repository Create accounting rules for every GAAP Accounting engine Multiple accounting representations

More information

Understanding Oracle Application s Multi-Org Structure

Understanding Oracle Application s Multi-Org Structure Understanding Oracle Application s Multi-Org Structure Multi-Org Overview Before Multi-Org structure was introduced, each unique Operating Unit or business unit required a separate Oracle instance. One-to-many

More information

Oracle Receivables Fundamentals and How it Fits Into the Quote to Cash Process

Oracle Receivables Fundamentals and How it Fits Into the Quote to Cash Process Oracle Receivables Fundamentals and How it Fits Into the Quote to Cash Process Cathy Cakebread Consultant Cathy Cakebread cathyc@cathycakebread.com www.cathycakebread.com Session ID#8755 Copyright 2011

More information

Multiperiod Accounting: A User s Guide

Multiperiod Accounting: A User s Guide Multiperiod Accounting: A User s Guide Session ID #11349 Jeannine Suwalski Biztech About Jeannine Suwalski Functional business consultant 4 years experience using Oracle applications Developed Training

More information

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training Rochester Institute of Technology Oracle Training: Advanced Financial Application Training Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Creating Journal Entries using Excel Account

More information

Go with the Flow: Asset Management (PO to Assets)

Go with the Flow: Asset Management (PO to Assets) Go with the Flow: Asset Management (PO to Assets) Brian Bouchard CEO Chi- Star Technology brian_bouchard@chistartech.com http://www.chistartech.com Session: 5 Agenda Introduction About the Presenter About

More information

To Cross-Validate or Not? Best Practices to Enforce Valid GL Combinations. Helene Abrams CEO eprentise habrams@eprentise.com

To Cross-Validate or Not? Best Practices to Enforce Valid GL Combinations. Helene Abrams CEO eprentise habrams@eprentise.com To Cross-Validate or Not? Best Practices to Enforce Valid GL Combinations Helene Abrams CEO eprentise habrams@eprentise.com Webinar Mechanics Open and close your panel. View, select, and test your audio.

More information

Oracle Cloud Been there, Done that!

Oracle Cloud Been there, Done that! Oracle Cloud Been there, Done that! What we have heard today Can we upgrade from 11i or R12 to Fusion? (sure lets call it Cloud) Oracle Cloud has many flavors Fusion (ERP, HCM etc), licensing (SaaS model),

More information

Reconcile Your Inventory to G/L Balances With Ease, From 1 to 1,000 Inventory Organizations!

Reconcile Your Inventory to G/L Balances With Ease, From 1 to 1,000 Inventory Organizations! Reconcile Your Inventory to G/L Balances With Ease, From 1 to 1,000 Inventory Organizations! Session ID#: 13946 Prepared by: Doug Volz Douglas Volz Consulting, Inc. REMINDER Check in on the COLLABORATE

More information

Oracle Daily Business Intelligence. PDF created with pdffactory trial version www.pdffactory.com

Oracle Daily Business Intelligence. PDF created with pdffactory trial version www.pdffactory.com Oracle Daily Business Intelligence User Reporting Requirements and Daily Business Intelligence Historical Business Analysts (Warehouse,see trends, drill from detailed information to summaries and back

More information

ES ACCOUNTING QUICK START GUIDE

ES ACCOUNTING QUICK START GUIDE QUICK START GUIDE Version 5.0.7 Malaysia GST Ready Page 1 CONTENTS Chapter 1 PAGE Overview 1.1 Introduction 1.2 File Module 1.3 General Ledger Module 1.4 Customer Module 1.5 Supplier Module 1.6 Malaysia

More information

Getting to One: Consolidating Multiple Charts of Accounts During an Oracle E-Business Suite Upgrade

Getting to One: Consolidating Multiple Charts of Accounts During an Oracle E-Business Suite Upgrade Getting to One: Consolidating Multiple Charts of Accounts During an Oracle E-Business Suite Upgrade Bob Von Der Ahe Experian Paul Phillips CARQUEST Helene Abrams eprentise Introduction A single global

More information

RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response

RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response RFP# 917-051-020115-05 CONSULTING SERVICES FOR ORACLE E-BUSINESS SUITE R12 UPGRADE QUESTION AND ANSWER RFP Reference Question GSFA Response 1 Section 1.1.2, Pg. 1 Does GSFA plan to have a dedicated DBA

More information

Custom Web ADI Integrators

Custom Web ADI Integrators Custom Web ADI Integrators John Peters JRPJR, Inc. john.peters@jrpjr.com NorCal OAUG Training Day, Pres 5.12 John Peters, JRPJR, Inc. 1 Introduction John Peters, Independent Consulting in the SF Bay Area

More information

AP and AR Corrections Handout

AP and AR Corrections Handout AP and AR Corrections Handout 11.0 Reversal and Correction Entries 11.1 Overview The standard method to reverse and correct posted entries is to use Reverse Posted Document. This ensures that the audit

More information

Chapter 1 Concept & Navigation

Chapter 1 Concept & Navigation Financials The Manual Chapter 1 Concept & Navigation 1.1 Vision and Concept 1.2 Navigation FINANCIALS (Release 1.0.0.7) Financials The Manual is published by Assistance Software. All rights reserved. No

More information

Epicor 9 Accounts Receivable Course 9.05.600

Epicor 9 Accounts Receivable Course 9.05.600 Epicor 9 Accounts Receivable Course 9.05.600 Disclaimer Copyright 2010 by Epicor Software Corporation. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced

More information

Application Programming Interface (API)

Application Programming Interface (API) Integration to Salesforce CRM Create a Recurring Billing Contract from an Opportunity in one click. Create a Sales Order from an Opportunity in one click. Create a Project from a list of pre- defined templates

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle Fusion Financials: Innovations in Financial Reporting Terrance Wampler, Vice President, Oracle Product Strategy Presenting with

More information

NEWSTAR Training Guide. Banking, Consolidations and Tax Systems

NEWSTAR Training Guide. Banking, Consolidations and Tax Systems NEWSTAR Training Guide Banking, Consolidations and Tax Systems Document A11 / A12 / A19-0.1 November 2005 NEWSTAR Training Guide: Banking, Consolidations and Tax Systems 2005 Constellation HomeBuilder

More information

R12 e-business Tax: A Procure-to-Pay Upgrade Perspective. www.tacticsco.com

R12 e-business Tax: A Procure-to-Pay Upgrade Perspective. www.tacticsco.com R12 e-business Tax: A Procure-to-Pay Upgrade Perspective 1 Welcome and Introduction Your Speaker The Project GL, AP, Purchasing, iproc Upgrade to 12.1.3 from 11.5.10.2 No AR Tax Sorry! 2 Oracle and the

More information

Exploring the Mystery that is AGIS Session ID# -11588

Exploring the Mystery that is AGIS Session ID# -11588 Exploring the Mystery that is AGIS Session ID# -11588 Lee Briggs BizTech Agenda Introductions About Lee Briggs About BizTech Explanation and Discussion of AGIS Sample Configuration in R12 Using AGIS as

More information

SAMPLE ACCOUNTS RECEIVABLE. Policies & Procedures FOR. Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline

SAMPLE ACCOUNTS RECEIVABLE. Policies & Procedures FOR. Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline ACCOUNTS RECEIVABLE Policies & Procedures FOR Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline Intacct AR Policies & Procedures October 2015 2015 Synergy Business Solutions.

More information

ORACLE CASH MANAGEMENT. Release 12 Features

ORACLE CASH MANAGEMENT. Release 12 Features ORACLE CASH MANAGEMENT Release 12 Features TOPICS Bank Account Model Bank Account Balances and Interest Calculations Bank Account Transfers Subledger Accounting Bank Statement Reconciliation Multi-Org

More information

Title: Payables-Invoice Inquiry Document ID: PAY0010

Title: Payables-Invoice Inquiry Document ID: PAY0010 Title: Payables-Invoice Inquiry Document ID: PAY0010 Replaces: Invoice Inquiry (External), AP331 Date Modified: 08/07/2014 Purpose: This procedure details how to perform an Invoice Inquiry in Oracle Payables

More information

Course Topics: Course Name: Oracle Purchasing. Duration 5 Days. Procure To Pay Lifecycle Overview. Oracle Purchasing Overview

Course Topics: Course Name: Oracle Purchasing. Duration 5 Days. Procure To Pay Lifecycle Overview. Oracle Purchasing Overview Course Name: Oracle Purchasing Duration 5 Days Course Topics: Procure To Pay Lifecycle Overview Understanding Procure to Pay Lifecycle Understanding Oracle Procure to Pay Process Oracle Purchasing Overview

More information

Oracle Financials Cloud Modernize Finance

Oracle Financials Cloud Modernize Finance FINANCIALS CLOUD Oracle Financials Cloud Modernize Finance Copyright 2014 Oracle Corporation. All Rights Reserved. Introduction Introduction Cloud computing is a vision that is increasingly turning into

More information

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data an eprentise white paper tel: 407.290.6952 toll-free: 1.888.943.5363 web: www.eprentise.com Author: Helene Abrams Published:

More information

Oracle Applications Global Accounting Engine User s Guide

Oracle Applications Global Accounting Engine User s Guide Oracle Applications Global Accounting Engine User s Guide RELEASE 11 March, 1998 Enabling the Information Age Oracle Applications Global Accounting Engine User's Guide, Release 11 The part number for this

More information

NetSuite Essentials. Course Description. Key Objectives

NetSuite Essentials. Course Description. Key Objectives NetSuite Essentials Key Objectives How do I: Configure NetSuite to meet business requirements? Determine user roles and permissions? Customize the user interface to align with business needs? Plan for

More information

How To Use A Bank Service On A Bank System

How To Use A Bank Service On A Bank System Sage 300 ERP 2014 Bank Services User's Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

How To Understand The Business Benefits Of Anoram Subledger Accounting

How To Understand The Business Benefits Of Anoram Subledger Accounting The Business Benefits of Oracle Subledger Accounting An Oracle White Paper April 2008 The Business Benefits of Oracle Subledger Accounting Centralization of the subledger accounting rules would minimize

More information

SAMPLE ACCOUNTS PAYABLE. Policies & Procedures FOR. Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline

SAMPLE ACCOUNTS PAYABLE. Policies & Procedures FOR. Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline ACCOUNTS PAYABLE Policies & Procedures FOR Version Edited By Edited Dates Comments 1.0 Irene Bushnell November 2015 Baseline Intacct AP Policies & Procedures October 2015 2015 Synergy Business Solutions.

More information

Fixed Scope Offering Fusion Financial Implementation

Fixed Scope Offering Fusion Financial Implementation Fixed Scope Offering Fusion Financial Implementation Mindtree limited 2015 Agenda Introduction Business Objectives Product Overview Key Implementation Features Implementation Packages & Timelines Cloud

More information

Changing from Cash to Accrual Accounting

Changing from Cash to Accrual Accounting Changing from Cash to Accrual Accounting Contents About Changing the Accounting Method Creating a Client Disb Recov (1210) Account Contacting LexisNexis PCLaw Technical Support Adjusting Disbursements

More information

Sage 300 ERP 2012. Bank Services User's Guide

Sage 300 ERP 2012. Bank Services User's Guide Sage 300 ERP 2012 Bank Services User's Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Proposal for Accounting Services (Sample)

Proposal for Accounting Services (Sample) Proposal for Accounting Services (Sample) Benefits of LTP Accounting Current operation resources can focus on core responsibilities. Improved accounting controls and reporting Use of the leading on-demand

More information

Oracle Telesales. Comprehensive Customer Management. View of Business Activities Across Operating Units

Oracle Telesales. Comprehensive Customer Management. View of Business Activities Across Operating Units Oracle Telesales Oracle Telesales is an inside sales application, optimally designed for contact center professionals, whether they are inbound or outbound telesales agents. Oracle Telesales provides a

More information

data sheet ORACLE DAILY BUSINESS INTELLIGENCE

data sheet ORACLE DAILY BUSINESS INTELLIGENCE data sheet ORACLE DAILY BUSINESS INTELLIGENCE Oracle Daily Business Intelligence (DBI) empowers managers to stay on top of the critical activities of their organization. DBI offers enhanced visibility

More information

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects Specialized. Recognized. Preferred. The right partner makes all the difference. Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects By: Jeanne Cooper Senior Oracle Financials Consultant

More information

PEOPLESOFT ENTERPRISE PAYABLES

PEOPLESOFT ENTERPRISE PAYABLES PEOPLESOFT ENTERPRISE PAYABLES Oracle s PeopleSoft Enterprise Payables provides automated invoice and payment processing to ensure timely and accurate payment for KEY FEATURES Support shared service centers

More information

Oracle Fusion Financials Cloud Service

Oracle Fusion Financials Cloud Service Oracle Fusion Financials Cloud Service Oracle Fusion Financials Cloud Service is a complete and integrated financial management solution with automated financial processing, effective management control,

More information

Oracle Subledger Accounting

Oracle Subledger Accounting Oracle Subledger Accounting Implementation Guide Release 12 Part No. B13984-03 September 2007 Oracle Subledger Accounting Implementation Guide, Release 12 Part No. B13984-03 Copyright 2006, 2007, Oracle.

More information

Integration and Upgrades with ebtax

Integration and Upgrades with ebtax ebtax Exploration Series #4 Integration and Upgrades with ebtax Session ID #10035: This session is part 4 of 5 and is delivered as part of the ebtax Exploration Series. Prepared by: Ashish Nagarkar Managing

More information

Business Intelligence Accounts Payable Dashboard Job Aid

Business Intelligence Accounts Payable Dashboard Job Aid Business Intelligence Accounts Payable Dashboard Job Aid DASHBOARD AND DASHBOARD PAGES: DASHBOARD: Accounts Payable The data in the Accounts Payable dashboard is from the Cardinal Financial System Accounts

More information

Chapter 9 General Ledger

Chapter 9 General Ledger Chapter 9 General Ledger ibais User Manual BA Insurance Systems Chapter 9 Table of Contents CHAPTER 9 - GENERAL LEDGER... 9-1 OVERVIEW... 9-1 HOW TO ACCESS ACCOUNTING FUNCTIONS... 9-3 MAIN CATEGORIES...

More information

Reference Manual Agresso Accounts Payable

Reference Manual Agresso Accounts Payable Reference Manual Agresso Accounts Payable Contents Project background...1 Why Agresso?...1 Viewing Supplier Details...2 Scanning Invoices...5 Load Invoices...5 Invoice Registration...7 Overview...7 Purchase

More information

Amicus Small Firm Accounting: Migrating from Another Accounting System

Amicus Small Firm Accounting: Migrating from Another Accounting System Amicus Small Firm Accounting: Migrating from Another Accounting System Contents A. Selecting the conversion date... 1 B. Setting up your Firm Settings, accounting method, and users... 1 C. Preparing your

More information

Getting Started with Sage One Start

Getting Started with Sage One Start Getting Started with Sage One Start Contents Introduction Introduction...3 Sage One Start in more detail...4 Getting started setting up the business...5 Configuring the Chart of Accounts...5 Importing

More information

Dynamics GP 50 Tips in 50 Minutes

Dynamics GP 50 Tips in 50 Minutes Tip #1 Speed Up GL Distribution Entry Account Alias Financials Assign an Alias to Accounts. In any GL Distribution Entry window, click the arrow next to the Account Lookup button or type Ctrl+Q. 1 Enter

More information

Oracle E-Business Suite - Release 12 Oracle General Ledger Technology Course Material April-2009

Oracle E-Business Suite - Release 12 Oracle General Ledger Technology Course Material April-2009 Oracle E-Business Suite - Release 12 Oracle General Ledger Technology Course Material April-2009 1 Contents 1. Introduction 2. Accounting Manager Setup 3. General Ledger -Key Setups 4. Journal Entry 5.

More information

General Ledger User Guide

General Ledger User Guide General Ledger User Guide Version 9.0 February 2006 Document Number GLUG-90UW-01 Lawson Enterprise Financial Management Legal Notices Lawson does not warrant the content of this document or the results

More information

Rochester Institute of Technology. Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications

Rochester Institute of Technology. Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications Rochester Institute of Technology Oracle Training: Performing Inquiries and Requesting Reports in the Oracle Applications Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Lesson 5:

More information

Easy Flow-Based Reporting Procure to Pay, Order to Cash etc.

Easy Flow-Based Reporting Procure to Pay, Order to Cash etc. Easy Flow-Based Reporting Procure to Pay, Order to Cash etc. Andy Donovan Noetix Corporation All Oracle Applications customers implement the Applications in a flow-based fashion such as Procure to Pay,

More information

Leveraging Oracle Quoting For A Fully Integrated Opportunity To Back Office Process

Leveraging Oracle Quoting For A Fully Integrated Opportunity To Back Office Process Leveraging Oracle Quoting For A Fully Integrated Opportunity To Back Office Process Jill E. Vickers OAC Services Sarpreet K. Gakhal Atheros Communications January 19, 2010 www.oacsi.com Introduction OAC

More information

Approvals Management Engine R12 (AME) Demystified

Approvals Management Engine R12 (AME) Demystified Approvals Management Engine R12 (AME) Demystified By Sujay Kamath Prisio Technologies Introduction In today s world, many organizations are in need of implementing proper controls in place for faster transaction

More information

Finance Knowledge Transfer Accounts Receivable Breakout Session 1

Finance Knowledge Transfer Accounts Receivable Breakout Session 1 Finance Knowledge Transfer Accounts Receivable Breakout Session 1 Breakout Session Agenda Basic SAP AR Navigation Overview of AR Process Customer Master Overview 2 Account Receivable Account Receivable

More information

ORACLE TELESALES ORACLE DATA SHEET KEY FEATURES

ORACLE TELESALES ORACLE DATA SHEET KEY FEATURES ORACLE TELESALES KEY FEATURES Maintain customer and contact information View of business activities across operating units Lead and opportunity management Quote and order management Forecast management

More information

Risk-Based Assessment of User Access Controls and Segregation of Duties for Companies Running Oracle Applications

Risk-Based Assessment of User Access Controls and Segregation of Duties for Companies Running Oracle Applications Risk-Based Assessment of User Access Controls and Segregation of Duties for Companies Running Oracle Applications Presented by: Jeffrey T. Hare, CPA CISA CIA Webinar Logistics Hide and unhide the Webinar

More information

Epicor ERP Epicor ERP Accounts Receivable Transaction Hierarchy

Epicor ERP Epicor ERP Accounts Receivable Transaction Hierarchy Epicor ERP Epicor ERP Accounts Receivable Transaction Hierarchy 10 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including

More information

OBIEE Dashboard Reporting Reference Guide

OBIEE Dashboard Reporting Reference Guide Oracle 12 Finance Training OBIEE Dashboard Reporting UK SBS Training Services Team Version Control Version Created Author Reviewer Signed Off 2.0 MAY-2014 M. Houghton D. Rees 19.06.14 Page ii Contents

More information

Understand Your Finances with the Right Software

Understand Your Finances with the Right Software Understand Your Finances with the Right Software As a not for profit organization grows, its accounting processes often progress along a traditional path. Handwritten records in a file folder evolve into

More information

Sage 300 ERP 2014. General Ledger User's Guide

Sage 300 ERP 2014. General Ledger User's Guide Sage 300 ERP 2014 General Ledger User's Guide This is a publication of Sage Software, Inc. Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

<Insert Picture Here> The role of BI in your ERP and Performance Management Initiatives

<Insert Picture Here> The role of BI in your ERP and Performance Management Initiatives The role of BI in your ERP and Performance Management Initiatives Isabel Schuler-Calise, Principal Sales Consultant isabel.schuler-calise@oracle.com Zürich, 17. November 2011 The

More information

agrē multicurrency is intended for use by retailers that conduct a large volume of business transactions in a foreign currency on a regular basis.

agrē multicurrency is intended for use by retailers that conduct a large volume of business transactions in a foreign currency on a regular basis. MULTICURRENCY agrē multicurrency is intended for use by retailers that conduct a large volume of business transactions in a foreign currency on a regular basis. If you do not use a foreign currency bank

More information

Accounting & Finance Solutions

Accounting & Finance Solutions Did you get into business to crunch numbers? We didn t think so. iprocess Online crunches all your numbers more quickly and cost effectively than you ever could, providing a comprehensive portfolio of

More information

Accounts Payable and Purchasing AP/PO Inquiry February 3, 2011

Accounts Payable and Purchasing AP/PO Inquiry February 3, 2011 Accounts Payable and Purchasing AP/PO Inquiry February 3, 2011 2 R12 AP Inquiry Changes AP Inquiry Invoices Payments View Accounting- SLA Suppliers PO Inquiry Purchase Orders eb Tax New and Changed Processes

More information

Oracle Subledger Accounting

Oracle Subledger Accounting Oracle Subledger Accounting Implementation Guide Release 12 Part No. B13984-02 December 2006 Oracle Subledger Accounting Implementation Guide, Release 12 Part No. B13984-02 Copyright 2006, Oracle. All

More information

Product Brief. Intacct Financials & Accounting. Intacct General Ledger

Product Brief. Intacct Financials & Accounting. Intacct General Ledger Product Brief Intacct Financials & Accounting Intacct Financials and Accounting includes Intacct General Ledger, Intacct Accounts Receivable, Intacct Accounts Payable, Intacct Cash Management and Intacct

More information

Release Notes Build 391

Release Notes Build 391 Release Notes Build 391 Contents System Administrator Task List 1 New Features 3 Appendix A Credit Card Processing Implementation 8 System Administrator Task List Pre-Installation Recommendations Support

More information

CASH MANAGEMENT PAYROLL INTEGRATION

CASH MANAGEMENT PAYROLL INTEGRATION CASH MANAGEMENT PAYROLL INTEGRATION Overview: Oracle Cash Management manages and controls enterprise cash cycle. Cash Management is comprised of 2 main features one of Enterprise Cash forecasting and the

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Extended object support for Stat

Extended object support for Stat Extended object support for Stat Simplify your application setup object migrations Every company has standard procedures for deploying new software and applications. That means, at minimum, you need one

More information

COMMONWEALTH OF PENNSYLVANIA GOVERNOR'S OFFICE. Month-end Closing Processes

COMMONWEALTH OF PENNSYLVANIA GOVERNOR'S OFFICE. Month-end Closing Processes MANAGEMENT DIRECTIVE Subject: Month-end Closing Processes 310.27 Number COMMONWEALTH OF PENNSYLVANIA GOVERNOR'S OFFICE By Direction Of: Michael J. Masch, Secretary of the Budget Date: December 14, 2005

More information

How to Audit the Top Ten E-Business Suite Security Risks

How to Audit the Top Ten E-Business Suite Security Risks In-Source Your IT Audit Series How to Audit the Top Ten E-Business Suite Security Risks February 28, 2012 Jeffrey T. Hare, CPA CISA CIA Industry Analyst, Author, Consultant ERP Risk Advisors Stephen Kost

More information

Oracle Cash Management User Guide

Oracle Cash Management User Guide Oracle Cash Management User Guide RELEASE 11i March 2003 Oracle Cash Management User Guide, Release 11i The part number for this book is A80839 02. Copyright 1995, 2003 Oracle Corporation. All rights reserved.

More information

Customer Billing using Oracle Projects with Oracle Receivables

Customer Billing using Oracle Projects with Oracle Receivables Customer Billing using Oracle Projects with Oracle Receivables G. R. Kinra, C.P.A. Electronic Data Systems Corporation Synopsis This paper addresses Customer Billing for contract projects, using Oracle

More information

Integrated Set of Applications

Integrated Set of Applications Oracle Payroll Oracle Payroll is a highly efficient, graphical, rules-based payroll management system that is designed to keep pace with the changing needs of your enterprise and workforce in order to

More information

How To Improve Your Business Software

How To Improve Your Business Software A first look at the next exciting release of award-winning software from Open Systems, Inc. v 10.5 v 10.5 Information presented here describes the intended features of TRAVERSE version 10.5 as of September,

More information

<Insert Picture Here> PeopleSoft Financial Management Solutions 9.1 and Roadmap into Release 9.2

<Insert Picture Here> PeopleSoft Financial Management Solutions 9.1 and Roadmap into Release 9.2 PeopleSoft Financial Management Solutions 9.1 and Roadmap into Release 9.2 Tom Vassallo Oracle Application Consulting The following is intended to outline our general product direction.

More information

Pay Your Vendors by Single-Use Credit Cards and Improve Your Cash Flow Management

Pay Your Vendors by Single-Use Credit Cards and Improve Your Cash Flow Management Pay Your Vendors by Single-Use Credit Cards and Improve Your Cash Flow Management By Shyam Kapoor Prisio Technologies LLC Introduction Consumers have been using single-use or a virtual credit card for

More information

Understanding, Controlling, and Reconciling the Purchasing Accrual Account

Understanding, Controlling, and Reconciling the Purchasing Accrual Account Understanding, Controlling, and Reconciling the Purchasing Accrual Account Tammy Obermeyer Aisin USA Don Driggs Solution Beacon, LLC Aisin U.S.A. Mfg, Inc. is a Japanese transplant company founded in the

More information

AIA Integration CRM On Demand to Quoting. NorCal OAUG Presentation January 21, 2009

AIA Integration CRM On Demand to Quoting. NorCal OAUG Presentation January 21, 2009 AIA Integration CRM On Demand to Quoting NorCal OAUG Presentation January 21, 2009 Nicole Anderson Jill Vickers www.oacsi.com Agenda Introductions Project Objective and Scope Business Drivers and Benefits

More information

Receivables & Payables

Receivables & Payables Receivables & Payables Microsoft Dynamics NAV RECEIVABLES AND PAYABLES MANAGEMENT Microsoft DynamicsTM NAV gives you an efficient vendor and customer management system that helps you strengthen business

More information

USA CANADA INDIA. R12.x Oracle E-Business Suite Essentials for Implementers

USA CANADA INDIA. R12.x Oracle E-Business Suite Essentials for Implementers USA CANADA INDIA Modules in Oracle Manufacturing R12.x Oracle E-Business Suite Essentials for Implementers R12.1 Oracle E-Business Essentials for Implementers: Overview Objectives Course purpose More help

More information