Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet? Lee Briggs Director, Financials Denovo

Size: px
Start display at page:

Download "Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet? Lee Briggs Director, Financials Denovo"

Transcription

1 Desktop Integrators You Mean I Can Load Data Straight From a Spreadsheet? Lee Briggs Director, Financials Prac@ce Denovo LBriggs@Denovo-us.com

2 Agenda Desktop Integrator and Web-ADI R12 New a Custom Integrator - Prepara@on Create the Integrator Define the Layout Start Loading Data More than the Basics Lists of Values Q & A

3 About Lee Briggs Director, Finance with BizTech 10 Years of Oracle experience Financials and Supply Chain from through R Custom using FSGs, OBIEE, and BI Publisher Experience with clients across all industries, with a focus on Business Services, Professional Services and Banking industries Chair of the ADI SIG Oracle Cer@fied Specialist in General Ledger and Payables

4 About BizTech Leading Oracle Partner and IT Services firm focused on Oracle and Technology Over 400 successful Oracle over the past 15 years Based in King of Prussia, PA with offices in New Jersey, New York City and Washington DC Service Fortune 500 companies, and government agencies Oracle cer@fied and experienced consultants

5 Client-Centric PracKce Areas Oracle ApplicaKons - Full PorLolio of Oracle ApplicaKons SoluKons - ImplementaKon, Upgrade, MigraKon - Since 1990 MPL6 to R12 Experience - Over 400 successful implementakons to date Oracle Technology and Business Intelligence - End to end service offering in BI and EPM - Fully staffed team of Data Architects and DBAs - Solid experience in RAC, HA and HS designs - Understand full Oracle technology stack Oracle ApplicaKons Oracle Technology BI/EPM Clients Managed Services ITO Oracle So*ware Provider Managed Services and IT Outsource - Remote or Onsite services - Full porlolio of Oracle ApplicaKons and Technologies - World-Class Data Center with 24x7 Support - Instant capacity, operakonal focused business model Oracle So*ware Provider - Full PorLolio of Oracle License Resell - Help Clients OpKmize License models - RapidApp BI So*ware for the agile enterprise - RapidApp Auditor to manage change and GRC

6 Oracle Desktop Integrator (ADI) Integral part of Oracle Financial released as a stand-alone applica@on installed on a client pc Spreadsheet-based extension of General Ledger and Assets Enables users to create budgets, record financial transac@ons and run financial reports in Microsoc Excel

7 Oracle Desktop Integrator (ADI) Enables user to revise budgets, create journal entries and define financial reports from any without being connected to the server Required to be connected to transfer data to or from Oracle

8 Desktop Integrator Full Features Journals Report Report Publishing Formafng Reports Report Drilldown Create Assets Physical Inventory

9 Web ADI From release , Oracle began to migrate towards Web ADI Uses Internet computer architecture to lower the cost of ownership by having the product centrally installed and maintained No client is required Provides superior performance

10 Web ADI a journals-only Addi@onal gradually released

11 R12 Client ADI is De-Supported Oracle Support Note advises that Client/Server ADI is not supported for R12 All FSG within Oracle is being moved to BI Publisher and Report Manager for General Ledger no longer refers to Client ADI, but instead directs users to use preconfigured Web-ADI for Journal Uploads, Budget Uploads.

12 R12 New Web ADI is repackaged as Desktop Integrator As well as pre-packaged integrators, provides to now build custom integrators to load data to ANY interface table or API

13 a Custom Integrator: Prepara@on BNE% Profile Op@ons Profile Name BNE Server Log Level BNE Server Log Path BNE Servlet Path BNE UIX Base Path BNE UIX Physical Directory BNE Upload Import Directory BNE Upload Staging Directory BNE Upload Text Directory Value Trace $BNE_TOP/log /oa_servlets/ /OA_HTML/cabo $COMMON_TOP/webapps/oacore/html/cabo/ $BNE_TOP/upload/import $BNE_TOP/upload $BNE_TOP/upload

14 a Custom Integrator: Prepara@on Replace $BNE_TOP and $COMMON_TOP with the actual values With DBA assistance, check the following directories exist with 777 permissions $BNE_TOP/log $COMMON_TOP/webapps/oacore/html/cabo $BNE_TOP/upload/import $BNE_TOP/upload

15 a Custom Integrator: Prepara@on Most important Once these profile op@ons have been updated, bounce the ENTIRE instance Assign your user two responsibili@es Desktop Integra@on Manager Desktop Integra@on

16 a Custom Integrator: Prepara@on Microsoc Excel setup You must Trust Access to Visual Basic Project You must allow Macros to run

17 a Simple Custom Integrator No valida@on of data in the integrator No look-ups No content No custom upload parameters User enters ALL data

18 a Simple Custom Integrator 1. Create the Integrator 2. Define the Integrator Layout 3. Start Loading Data

19 Create the Integrator Responsibility: Desktop Manager Create Integrator

20 Enter Integrator

21 Enter Integrator Integrator Name The name of the integrator as the user will see it Internal Name The name of the integrator as the system sees it The name of the module that owns the interface table

22 Security Rules First Gotcha (No of Security Rules in and Manual) Add two Security Desktop Create Document (Code: BNE_ADI_CREATE_DOCUMENT) Create Document (Code: BNE_CREATE_DOCUMENT)

23 Create the Interface

24 Create the Interface Interface Name What you will refer to the interface name as Interface Type Select from Table, API Procedure, API Table Name Select the Table Name you will be data GOTCHA #2 Click on APPLY!

25 Create the Interface

26 Create the Interface Once you ve clicked on Apply, every column from the table will be displayed here Best PracKce Use forms to increase number of rows returned (25 per page by default!) Best PracKce the Required Fields, and the fields you want. Best PracKce Set every other field listed to not display

27 Create Content

28 Create Uploader List

29 Create Uploader List Uploader List (new in R12.1.3) allows you to specify what are available to the user upon upload What rows to upload (all, flagged, etc) How the rows are validated Whether to invoke an import process

30 Define Importer List

31 Define Importer List Importer List allows you to specify how to move uploaded data from interface tables to base tables Allows you to apply rules to apply before import to base tables

32 Define the Layout Responsibility: Desktop Manager Define Layout

33 Define the Layout

34 Define the Layout Select the Integrator for which you are defining the layout Over 225 seeded integrators will also show in this list

35 Create the Layout

36 Create the Layout Layout Name You can have Desktop Layouts for the same integrator Number of Header Records Dependent on what you re trying to accomplish with the data you re loading

37 Create the Layout

38 Create the Layout Here, you can control where fields appear (Header or lines) Example AP Invoice Headers import Unit could be the same for all invoice headers Invoice Currency could be the same for all invoice headers Vendor would be different for each invoice header

39 Create the Layout You can also default in here, whether it s constant, derived by SQL, on an environment variable Default Invoice currency to USD Default User informa@on Created By : FND_GLOBAL.USER_ID Last Updated By: FND_GLOBAL_ID Last Update Login: FND_GLOBAL.LOGIN_ID Crea@on Date: SYSDATE Last Update Date: SYSDATE

40 Create the Layout GOTCHA #3 Updates to the layout and integrators will not always show up once you ve saved an requeried the layout DBA s will need to clear Java cache on the instance acer EVERY change, or assign yourself Func@onal Administrator responsibility, and clear the Cache yourself!!

41 Start Loading Data! Responsibility: Desktop Create Document

42 Start Loading Data - Select the Integrator

43 Start Loading Data - Select the Viewer

44 Start Loading Data - Select the Viewer Viewers include various versions of: Microsoc Excel Microsoc Project Microsoc Word Mobile Sales Deployment for Windows

45 Start Loading Data - Select the Layout

46 Start Loading Data Review your Criteria

47 Start Loading Data

48 More than the Basics List of Values Component Components allow you to return list of values for a field Example Let me present a list of all my AP Invoice Types so I can pick from them, rather than having to type the Invoice Type (and get it exactly right)

49 More than the Basics List of Values Responsibility Desktop Manager Manage Components

50 More than the Basics List of Values

51 More than the Basics List of Values Parameter Name Parameter Value Table-column-alias INVOICE_TYPE_LOOKUP_CODE Table-column-sort ASCENDING Table-columns LOOKUP_CODE,MEANING,DESCRIPTION Table-headers Lookup Table-select-column INVOICE_TYPE_LOOKUP_CODE Lookup Window-height 500 Window-width 400

52 More than the Basics List of Values Manage Integrators Select the Integrator Select the Interface Page Update the axribute for List of Values

53 More than the Basics List of Values

54 More than the Basics List of Values Label Type ID Column Meaning Column Desc Column Where Clause Component Name LOV Type Value Table LOOKUP_CODE LOOKUP_CODE DESCRIPTION FND_LOOKUP_VALUES_VL (Nvl('', Territory_Code) = Territory_Code Or Territory_Code Is Null) And Lookup_Type = 'INVOICE TYPE' And (Lookup_Type='INVOICE TYPE') And (View_Applica@on_Id=200) And (Security_Group_Id=0) And Enabled_Flag = 'Y' XXPC AP Invoice Type Standard

55 More than the Basics List of Values

56 Lee Briggs Director, Financial Practice Twitter: BTLeeBriggs

Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984

Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984 Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984 Prepared by: Lee Briggs Prac1ce Director, Financials Management REMINDER Check in on the COLLABORATE

More information

Beginning to Work with Oracle WEB-ADI

Beginning to Work with Oracle WEB-ADI Beginning to Work with Oracle WEB-ADI With this article wanted to make you familiar with a built in tool provided by Oracle to load the data into the application using a simple Excel Upload, this is Oracle

More information

Web ADI: Extending the E-Business Suite with Desktop Applications

Web ADI: Extending the E-Business Suite with Desktop Applications Web ADI: Extending the E-Business Suite with Desktop Applications Desktop Integration The leveraging of Desktop Application functionality to perform E-business Suite tasks Page 1 of 24 Contents Preface

More information

Putting the Pieces Together:

Putting the Pieces Together: Putting the Pieces Together: Leveraging Current Audits to Solve the HITRUST Puzzle Presenter Gene Geiger, A-LIGN Partner - HITRUST Prac77oner CPA CISSP CCSK QSA PCIP ISO 27K LA performance resourceful

More information

Business Case Components

Business Case Components How to Build A SOC Agenda Mission Business Case Components Regulatory requirements SOC Terminology Technology Components Events categories Staff Requirements Organiza>on s Considera>ons Training Requirements

More information

Welcome to the SIHO itransact portal.

Welcome to the SIHO itransact portal. Provider and Vendor Access Portal One stop access for your guide to utilizing SIHO s new itransact platform. Welcome to the SIHO itransact portal. Primary access codes will be given to key contacts at

More information

Database Machine Administration v/s Database Administration: Similarities and Differences

Database Machine Administration v/s Database Administration: Similarities and Differences Database Machine Administration v/s Database Administration: Similarities and Differences IOUG Exadata Virtual Conference Vivek Puri Manager Database Administration & Engineered Systems The Sherwin-Williams

More information

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 software development simplified RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 Eric Westfall - Indiana University JASIG 2011 For those who don t know Kuali Rice consists of mul8ple sub-

More information

Straight Talk on Business Critical Applications in the Cloud

Straight Talk on Business Critical Applications in the Cloud Straight Talk on Business Critical Applications in the Cloud INFOTEC March 27, 2018 Speaker Jim Hannan Principal Architect House of Brick Technologies Jim Hannan is one of the industry s leading architects

More information

An Oracle White Paper March How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document

An Oracle White Paper March How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document An Oracle White Paper March 2012 How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document Disclaimer The following is intended to outline our general

More information

WEB ADI USER GUIDE. 1. The first step is to review and ensure you meet the following system requirements:

WEB ADI USER GUIDE. 1. The first step is to review and ensure you meet the following system requirements: Getting Started: 1. The first step is to review and ensure you meet the following system requirements: One of the following operating systems must be installed on the client PC: _ Windows ME _ Windows

More information

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

The Ins(tute of Financial Opera(ons Cer(fica(on Programs

The Ins(tute of Financial Opera(ons Cer(fica(on Programs The Ins(tute of Financial Opera(ons Cer$fied Accounts Payable Professional (CAPP) Cer$fied Accounts Payable Associate (CAPA) by Lorraine Creek, BS, CAPP, CTE / Chair, Cer$fica$on CommiBee CAPP and CAPA

More information

ThinManager and FactoryTalk View SE. John Ter8n; ESE, Inc.

ThinManager and FactoryTalk View SE. John Ter8n; ESE, Inc. ThinManager and FactoryTalk View SE John Ter8n; ESE, Inc. Who Am I John Ter8n Director of Manufacturing Informa8on Systems Who We Are Founded in 1981 Headquartered in Marshfield, Wisconsin 100% Employee-

More information

11/12/11. Objec&ves Overview. Databases, Data, and Informa&on. Objec&ves Overview. Databases, Data, and Informa&on. Databases, Data, and Informa&on

11/12/11. Objec&ves Overview. Databases, Data, and Informa&on. Objec&ves Overview. Databases, Data, and Informa&on. Databases, Data, and Informa&on Objec&ves Overview Define the term,, and explain how a interacts with and informa:on Define the term, integrity, and describe the quali:es of valuable informa:on Discuss the terms character, field, record,

More information

Powerful PeopleSoft 9.2 Connected & Composite Query

Powerful PeopleSoft 9.2 Connected & Composite Query Powerful PeopleSoft 9.2 Connected & Composite Query Session ID#: 103070 Prepared by: Keith Harper Practice Director, Supply Chain and Manufacturing SpearMC Consulting @SpearMC Welcome and Please: Silence

More information

Con$nuous Integra$on Development Environment. Kovács Gábor

Con$nuous Integra$on Development Environment. Kovács Gábor Con$nuous Integra$on Development Environment Kovács Gábor kovacsg@tmit.bme.hu Before we start anything Select a language Set up conven$ons Select development tools Set up development environment Set up

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

More information

Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it

Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it via the Par=cipant Portal. 1 To make the submission process

More information

REDCap Data Dic+onary

REDCap Data Dic+onary REDCap Data Dic+onary ITHS Biomedical Informa+cs Core iths_redcap_admin@uw.edu Bas de Veer MS Research Consultant REDCap version: 6.2.1 Last updated December 9, 2014 1 Goals & Agenda Goals CraDing your

More information

CAREER PATH FOR THE NEXT GENERATION RECORDS MANAGER

CAREER PATH FOR THE NEXT GENERATION RECORDS MANAGER CAREER PATH FOR THE NEXT GENERATION RECORDS MANAGER San Jose State University October 1,2014 Presented by: Jim Merrifield, IGP, CIP, ERMs Jim Merrifield, IGP, CIP, ERMs Director of Informa.on Governance

More information

Kaseya Fundamentals Workshop DAY TWO. Developed by Kaseya University. Powered by IT Scholars

Kaseya Fundamentals Workshop DAY TWO. Developed by Kaseya University. Powered by IT Scholars Kaseya Fundamentals Workshop DAY TWO Developed by Kaseya University Powered by IT Scholars Kaseya Version 6.5 Last updated March, 2014 Day One Review IT- Scholars Virtual LABS System Management Organiza@on

More information

Beyond the Basics with nvision and Query for PeopleSoft 9.2

Beyond the Basics with nvision and Query for PeopleSoft 9.2 Beyond the Basics with nvision and Query for PeopleSoft 9.2 Session ID: 101180 Prepared by: Millie Babicz Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note

More information

PeopleSoft Mobile Expenses

PeopleSoft Mobile Expenses PeopleSoft Mobile Expenses UMRUG Presentation 1 4/21/2017 2015 SpearMC SpearMC Consulting Consulting 1 Welcome and Please: Silence Audible Devices Note Fire Exits Partake of Refreshments Note Quest Staffers

More information

Web Applica+on Development. Budapes( Műszaki és Gazdaságtudományi Egyetem Méréstechnika és Információs Rendszerek Tanszék

Web Applica+on Development. Budapes( Műszaki és Gazdaságtudományi Egyetem Méréstechnika és Információs Rendszerek Tanszék Web Applica+on Development Budapes( Műszaki és Gazdaságtudományi Egyetem Méréstechnika és Információs Rendszerek Tanszék UI Development Trends Desktop applica+ons Opera+ng system integra+on Rich set of

More information

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business.

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business. Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng Your friend in the business. 1 Presenter Jamie Stokes Senior Director Oracle Technology Services Email: jstokes@smartdogservices.com LinkedIn:

More information

White Paper: Migrating Call Notes from AR to Advanced Collections using JTF_NOTES_PUB API

White Paper: Migrating Call Notes from AR to Advanced Collections using JTF_NOTES_PUB API White Paper: Migrating Call Notes from AR to Advanced Collections using JTF_NOTES_PUB API Author: Anil Patil Created: May 2, 2007 Product: Advanced Collections Version: 11.5.10 RUP3.1 Objective The Objective

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101230 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note Fire Exits

More information

Effec%ve Use of Oracle s 12c Database Opera%on Monitor

Effec%ve Use of Oracle s 12c Database Opera%on Monitor Managed Services Cloud Services Consul3ng Services Licensing Effec%ve Use of Oracle s 12c Database Opera%on Monitor UTOUG Training Days 2016 Kasey Parker Enterprise Architect Kasey.Parker@centroid.com

More information

GPFS- OpenStack Integra2on. Vladimir Sapunenko, INFN- CNAF Tutorial Days di CCR, 18 dicembre 2014

GPFS- OpenStack Integra2on. Vladimir Sapunenko, INFN- CNAF Tutorial Days di CCR, 18 dicembre 2014 GPFS- OpenStack Integra2on Vladimir Sapunenko, INFN- CNAF Tutorial Days di CCR, 18 dicembre 2014 Outline GPFS features as they relate to cloud scenarios GPFS integra2on with OpenStack components Glance

More information

Cybersecurity Curricular Guidelines

Cybersecurity Curricular Guidelines Cybersecurity Curricular Guidelines Ma2 Bishop, University of California Davis, co-chair Diana Burley The George Washington University, co-chair Sco2 Buck, Intel Corp. Joseph J. Ekstrom, Brigham Young

More information

Securing Hadoop. Keys Botzum, MapR Technologies Jan MapR Technologies - Confiden6al

Securing Hadoop. Keys Botzum, MapR Technologies Jan MapR Technologies - Confiden6al Securing Hadoop Keys Botzum, MapR Technologies kbotzum@maprtech.com Jan 2014 MapR Technologies - Confiden6al 1 Why Secure Hadoop Historically security wasn t a high priority Reflec6on of the type of data

More information

Connected Query. PS NW RUG May 12, 2015

Connected Query. PS NW RUG May 12, 2015 Connected Query PS NW RUG May 12, 2015 11/24/2015 2014 SpearMC Consulting 1 Agenda About SpearMC What is Connected Query Why it s Cool! Demo of Connected Query Other CQ Content 2 2014 SpearMC Consulting

More information

Virtualization. Introduction. Why we interested? 11/28/15. Virtualiza5on provide an abstract environment to run applica5ons.

Virtualization. Introduction. Why we interested? 11/28/15. Virtualiza5on provide an abstract environment to run applica5ons. Virtualization Yifu Rong Introduction Virtualiza5on provide an abstract environment to run applica5ons. Virtualiza5on technologies have a long trail in the history of computer science. Why we interested?

More information

CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY

CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY CONTAINERIZING JOBS ON THE ACCRE CLUSTER WITH SINGULARITY VIRTUAL MACHINE (VM) Uses so&ware to emulate an en/re computer, including both hardware and so&ware. Host Computer Virtual Machine Host Resources:

More information

Kaseya Fundamentals Workshop DAY FOUR. Developed by Kaseya University. Powered by IT Scholars

Kaseya Fundamentals Workshop DAY FOUR. Developed by Kaseya University. Powered by IT Scholars Kaseya Fundamentals Workshop DAY FOUR Developed by Kaseya University Powered by IT Scholars Kaseya Version 6.5 Last updated March, 2014 Day Three Review State Based Monitoring Event Based Monitoring Monitoring

More information

CISC327 - So*ware Quality Assurance. Lecture 13 Black Box Unit

CISC327 - So*ware Quality Assurance. Lecture 13 Black Box Unit CISC327 - So*ware Quality Assurance Lecture 13 Black Box Unit Tes@ng Black Box Unit Tes@ng Black box method tes@ng Test harnesses Role of code- level specifica@ons (asser@ons) Automa@ng black box unit

More information

Build Your Own ASP.NET 4 Website Using C# & VB. Chapter 1: Introducing ASP.NET and the.net Pla;orm

Build Your Own ASP.NET 4 Website Using C# & VB. Chapter 1: Introducing ASP.NET and the.net Pla;orm Build Your Own ASP.NET 4 Website Using C# & VB Chapter 1: Introducing ASP.NET and the.net Pla;orm Outlines IntroducIon What is ASP.NET? Advantages of ASP.NET Installing the Required SoOware WriIng your

More information

Review. Objec,ves. Example Students Table. Database Overview 3/8/17. PostgreSQL DB Elas,csearch. Databases

Review. Objec,ves. Example Students Table. Database Overview 3/8/17. PostgreSQL DB Elas,csearch. Databases Objec,ves PostgreSQL DB Elas,csearch Review Databases Ø What language do we use to query databases? March 8, 2017 Sprenkle - CSCI397 1 March 8, 2017 Sprenkle - CSCI397 2 Database Overview Store data in

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Microsoft Certified Professional Transcript Last Activity Recorded September 26, 2013 Microsoft Certification ID 1004726 JANE HOWELL F1 Computing Systems Ltd 3 Kelso Place Upper Bristol Road Bath BA1 3AU

More information

Part I: Exploring Business Reports in Home and Specialty Infusion

Part I: Exploring Business Reports in Home and Specialty Infusion Part I: Exploring Business Reports in Home and Specialty Infusion Tracy M. Salsa, MBA, BSN, RN Regional Sales Manager, Amerita, Inc. Melinda Silolahti Vice President Finance, Amerita, Inc. 2016 NHIA Annual

More information

Design Principles & Prac4ces

Design Principles & Prac4ces Design Principles & Prac4ces Robert France Robert B. France 1 Understanding complexity Accidental versus Essen4al complexity Essen%al complexity: Complexity that is inherent in the problem or the solu4on

More information

Oracle Financial Consolidation and Close Cloud

Oracle Financial Consolidation and Close Cloud Oracle Financial Consolidation and Close Cloud October Update (16.10) New Feature Summary September 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, OCTOBER

More information

Engaging Employees and Customers with Video. The Benefits of Corporate Webcas3ng

Engaging Employees and Customers with Video. The Benefits of Corporate Webcas3ng Engaging Employees and Customers with Video The Benefits of Corporate Webcas3ng Agenda Introduc9on UnityLivestream Teradek Wowza Workflow Produc9on Streaming Delivery Case Studies Demo - Live Solu9on -

More information

SMU Financials Created on April 29, 2011

SMU Financials Created on April 29, 2011 Created on April 29, 2011 Notice 2011, Southern Methodist University. All Rights Reserved. Published 2011. The information contained in this document is proprietary to Southern Methodist University. This

More information

R12 Oracle Subledger Accounting Fundamentals. Student Guide

R12 Oracle Subledger Accounting Fundamentals. Student Guide R12 Oracle Subledger Accounting Fundamentals Student Guide Table of Contents Overview of Subledger Accounting...1-1 Overview of Subledger Accounting...1-2 Objectives...1-3 What is Subledger Accounting?...1-4

More information

Data Base Management System LAB LECTURES

Data Base Management System LAB LECTURES Data Base Management System LAB LECTURES Taif University faculty of Computers and Information Technology First Semester 34-1435 H A. Arwa Bokhari & A. Khlood Alharthi & A. Aamal Alghamdi OBJECTIVE u Stored

More information

TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Upload system

TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Upload system TRAINEE WORKBOOK Atlas 4.0 for Microsoft Dynamics AX Upload system COPYRIGHT NOTICE Copyright 2009, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Introduc3on to Data Management

Introduc3on to Data Management ICS 101 Fall 2014 Introduc3on to Data Management Assoc. Prof. Lipyeow Lim Informa3on & Computer Science Department University of Hawaii at Manoa Lipyeow Lim - - University of Hawaii at Manoa 1 The Data

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

PBXact UC. March

PBXact UC. March PBXact UC March 24 2016 PBXACT UC Launch - Agenda Introduc2on PBXACT Key Features Logis2cs, Pricing, Timing Support Reseller Program Summary 2016 Sangoma Technologies 2 INTRODUCTION 2016 Sangoma Technologies

More information

Making Research Data Public: Why, What, and How. Fall 2016

Making Research Data Public: Why, What, and How. Fall 2016 Making Research Data Public: Why, What, and How Fall 2016 Research Data Service (RDS) The Research Data Service provides the Illinois research community with exper:se, tools, and infrastructure to manage

More information

Cyber Security Capabilities

Cyber Security Capabilities Cyber Security Capabilities Informa:on Assurance ü Vulnerability Assessment ü Penetra8on Tes8ng ü Informa8on Security Assessment ü Applica8on Security Evalua8on ü Network Traffic Assessment ü Cri8cality

More information

Decision Support Systems

Decision Support Systems Decision Support Systems 2011/2012 Week 3. Lecture 6 Previous Class Dimensions & Measures Dimensions: Item Time Loca0on Measures: Quan0ty Sales TransID ItemName ItemID Date Store Qty T0001 Computer I23

More information

Module 3 Introduction to the Architecture Development Method

Module 3 Introduction to the Architecture Development Method TOGAF Standard Courseware V9.2 Edi:on 01/06/18 Module 3 Introduction to the Architecture Development Method V9.2 Edi:on Copyright 2009-2018 All rights reserved Published by The Open Group, 2018 1 Introduc:on

More information

Putting Customer First

Putting Customer First PeopleSoft nvision Highlights Introduction Common Terminology Tree Manager Introduction PS/nVision retrieves information from the PeopleSoft database and places it into a Microsoft Excel spreadsheet PS/nVision

More information

IDEA Integrations using ODBC

IDEA Integrations using ODBC IDEA Integrations using ODBC.and Some Other Interesting News - London User Group: October 2018 - James Loughlin - Head of Technical & Training AuditWare Systems Agenda IDEA News IDEA Integrations Using

More information

CS 4604: Introduc0on to Database Management Systems

CS 4604: Introduc0on to Database Management Systems CS 4604: Introduc0on to Database Management Systems B. Aditya Prakash Lecture #1: Introduc/on Based on material by Profs. T. M. Murali and Christos Faloutsos Course Informa0on Instructor B. Aditya Prakash,

More information

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006 Oracle XML Publisher Enterprise An Oracle White Paper May 2006 Oracle XML Publisher Enterprise BI Style Reports Financial Reports Checks Government Forms (W2) EXECUTIVE OVERVIEW Oracle XML Publisher Enterprise

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID#: 103070 Prepared by: Keith Harper Practice Director, Supply Chain and Manufacturing SpearMC Consulting @SpearMC Agenda About SpearMC and

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 1z0-961 Title : Oracle Financials Cloud: Payables 2017 Implementation Essentials Vendor

More information

Oracle Spatial User Conference Presentation Template

Oracle Spatial User Conference Presentation Template Oracle Spatial User Conference Presentation Template Lindsey M Pickle, Jr. Director World Wide Alliances and Channels Database Technologies Get Specialized Oracle Partner Specialization Program Agenda

More information

An Integrated Solution for Nonprofits

An Integrated Solution for Nonprofits An Integrated Solution for Nonprofits 100411 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09 Feature Scope Description Document Version: 2017-09-23 Software version 17.09 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

More information

InsightSoftware.com. for Oracle E-Business Suite

InsightSoftware.com. for Oracle E-Business Suite for Oracle E-Business Suite Insight Version: 2012.2 SP4 for EBS Document Version: 1.0 Last Updated: July 10, 2013 Contents 1. General Information 3 Upgrading Information: Repository 3 Customer Service

More information

Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018

Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018 Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018 Joseph B. Baugh, PhD Senior Compliance Auditor Cyber Security Western Electricity

More information

COSC 310: So*ware Engineering. Dr. Bowen Hui University of Bri>sh Columbia Okanagan

COSC 310: So*ware Engineering. Dr. Bowen Hui University of Bri>sh Columbia Okanagan COSC 310: So*ware Engineering Dr. Bowen Hui University of Bri>sh Columbia Okanagan 1 Admin A2 is up Don t forget to keep doing peer evalua>ons Deadline can be extended but shortens A3 >meframe Labs This

More information

SPREADSHEET JOURNAL UPLOAD

SPREADSHEET JOURNAL UPLOAD SPREADSHEET JOURNAL UPLOAD TABLE OF CONTENTS Overview... 2 Step 1: Prepare Journal for Uploading... 2 Step 2: Load the Journal into PeopleSoft... 10 Step 3: Additional Tasks to Complete After the Journal

More information

Faster Splunk App Cer=fica=on with Splunk AppInspect

Faster Splunk App Cer=fica=on with Splunk AppInspect Copyright 2016 Splunk Inc. Faster Splunk App Cer=fica=on with Splunk AppInspect Andy Nortrup Product Manager, Splunk Grigori Melnik Director, Product Management, Splunk Disclaimer During the course of this

More information

Financial Advisory Services & Training Financial Services Department

Financial Advisory Services & Training Financial Services Department Work Instruction Change Recurring Entry FBD2 When to Use Steps Menu Path Use this procedure to change or set the deletion indicator for a recurring document. The recurring entry document schedules a repeated

More information

Jet Enterprise Frequently Asked Questions

Jet Enterprise Frequently Asked Questions Pg. 1 03/18/2011 Jet Enterprise Regarding Jet Enterprise What are the software requirements for Jet Enterprise? The following components must be installed to take advantage of Jet Enterprise: SQL Server

More information

Composer 2: Onboarding Introduc/on & Ge3ng Started Training. Rakiesha Chase- Jackson Sta/on Support Manager

Composer 2: Onboarding Introduc/on & Ge3ng Started Training. Rakiesha Chase- Jackson Sta/on Support Manager Composer 2: Onboarding Introduc/on & Ge3ng Started Training Rakiesha Chase- Jackson Sta/on Support Manager Ge3ng Started with Composer 2: Agenda Composer 2 Onboarding Kickoff Naviga8ng the Composer 2 Environment

More information

CORPORATE PRESENTATION

CORPORATE PRESENTATION CORPORATE PRESENTATION Background on device detec/on (1/2) Identifying the capabilities of a device accessing web contents has been an extensively explored issue in the past years, in particular in the

More information

For RIT Internal Use Only. From the Controller s Office. Upload Journal Entry Using ADI

For RIT Internal Use Only. From the Controller s Office. Upload Journal Entry Using ADI R I T Rochester Institute of Technology From the Controller s Office Upload Journal Entry Using ADI You can prepare and upload a journal entry from a Macro-Enabled Excel template into Oracle General Ledger

More information

hashfs Applying Hashing to Op2mize File Systems for Small File Reads

hashfs Applying Hashing to Op2mize File Systems for Small File Reads hashfs Applying Hashing to Op2mize File Systems for Small File Reads Paul Lensing, Dirk Meister, André Brinkmann Paderborn Center for Parallel Compu2ng University of Paderborn Mo2va2on and Problem Design

More information

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i Sage 300 ERP Compatibility Guide Version 2012 Revised: Oct 1, 2012 Version 6.0 Compatibility Guide i Overview 2 Sage ERP Accpac Contents Overview... 1 Version 2012 Compatibility... 2 All Environments...

More information

Direc>ons in Distributed Compu>ng

Direc>ons in Distributed Compu>ng Direc>ons in Distributed Compu>ng Robert Shimp Group Vice President August 23, 2016 Copyright 2016 Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline

More information

Get started with the IBM Alert Notification service. Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services

Get started with the IBM Alert Notification service. Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services Get started with the IBM Alert Notification service Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services Contents 1. Introduction... 3 1.1. ANS features and

More information

Excel4apps Wands 5.7 Release Notes Excel4apps Inc.

Excel4apps Wands 5.7 Release Notes Excel4apps Inc. Excel4apps Wands 5.7 Release Notes 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Version 5.7.0... 3 2.1 GL Wand... 3 2.2 Budget Wand... 6 2.3 Reports Wand... 6 Page 2 of 7 1 Introduction

More information

Nos formations. Produit Microsoft concerné Nom de la Formation core Foundations of.net 2.0 Development Biztalk

Nos formations. Produit Microsoft concerné Nom de la Formation core Foundations of.net 2.0 Development Biztalk Nos formations Produit Microsoft concerné Nom de la Formation.Net core Foundations of.net 2.0 Development Biztalk developing e-business solutions using Biztlak Server 2004 introduction to development with

More information

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee Financial Reporting Using Microsoft Excel Presented By: Jim Lee Table of Contents Financial Reporting Overview... 4 Reporting Periods... 4 Microsoft Excel... 4 SedonaOffice General Ledger Structure...

More information

PeopleSoft Pivot Grids A through Z!

PeopleSoft Pivot Grids A through Z! PeopleSoft Pivot Grids A through Z! Session ID: 101480 Prepared by: Millie Babicz, SpearMC Consulting @SpearMC Agenda About Us Pivot Grid Overview Pivot Grid Wizard Use of Pivot Grid in Work Centers 2

More information

Stream and Complex Event Processing Discovering Exis7ng Systems: esper

Stream and Complex Event Processing Discovering Exis7ng Systems: esper Stream and Complex Event Processing Discovering Exis7ng Systems: esper G. Cugola E. Della Valle A. Margara Politecnico di Milano gianpaolo.cugola@polimi.it emanuele.dellavalle@polimi.it Univ. della Svizzera

More information

Cisco Exam Dumps PDF for Guaranteed Success

Cisco Exam Dumps PDF for Guaranteed Success Cisco 300 080 Exam Dumps PDF for Guaranteed Success The PDF version is simply a copy of a Portable Document of your Cisco 300 080 quesons and answers product. The Cisco Cerfied Network Professional Collaboraon

More information

Oracle Applications Desktop Integrator

Oracle Applications Desktop Integrator Oracle Applications Desktop Integrator User Guide Release 7.2 for Windows Part No. B13840-01 August 2004 Oracle Applications Desktop Integrator User Guide, Release 7.2 for Windows Part No. B13840-01 Copyright

More information

A collection of persistent data that can be shared and interrelated. A system or application that must be operational for a company to function.

A collection of persistent data that can be shared and interrelated. A system or application that must be operational for a company to function. Objec.ve Introduc.on to Databases Dr. Jeff Pi9ges ITEC 0 Provide an overview of database systems What is a database? Why are databases important? What careers are available in the Database field? How do

More information

OLTP on Hadoop: Reviewing the first Hadoop- based TPC- C benchmarks

OLTP on Hadoop: Reviewing the first Hadoop- based TPC- C benchmarks OLTP on Hadoop: Reviewing the first Hadoop- based TPC- C benchmarks Monte Zweben Co- Founder and Chief Execu6ve Officer John Leach Co- Founder and Chief Technology Officer September 30, 2015 The Tradi6onal

More information

System Administrator Guide

System Administrator Guide System Administrator Guide System Administrator 2 Contents Purpose... 4 Table Admin... 5 Configure System Tables... 6 Navigate System Tables... 7 Filters... 7 Sort Columns... 9 Display Controls... 9 Common

More information

GETTING STARTED WITH NUODB

GETTING STARTED WITH NUODB February 15, 2017 GETTING STARTED WITH NUODB The elastic SQL database for hybrid cloud applications LOGISTICS AND INTRODUCTIONS 2 + All a&endees are muted + Submit ques3ons in the Q&A box on the right

More information

January 2011 Joint ISACA/IIA Mee5ng

January 2011 Joint ISACA/IIA Mee5ng January 2011 Joint ISACA/IIA Mee5ng Panel Discussion - Cloud Compu5ng January 13, 2011 Agenda Learning Objec5ves Introduc5ons Defini5ons Discussion Resource Links Note: Electronic copies of this presenta2on

More information

Symantec Data Loss Preven2on 12.5 Demo Presenta2on

Symantec Data Loss Preven2on 12.5 Demo Presenta2on Symantec Data Loss Preven2on 12.5 Demo Presenta2on 1 Our Understanding PROJECT DRIVERS & DATA TO PROTECT Regulatory compliance PCI, GLBA Data inventory and cleansing SSNs, CCNs [Replace these bullet points

More information

User Documentation for School Activity Funds Accounting

User Documentation for School Activity Funds Accounting User Documentation for School Activity Funds Accounting By: Applied Business Services, Inc. 800 S. Frederick Avenue, Suite 101 Gaithersburg, MD 20877 1-800-451-7447 ext. 130 www.appliedbusinessservices.com

More information

Scaling the Wholesale Interconnect Market. Gastón Cu0gnola Senior Sales Engineer Telco Systems

Scaling the Wholesale Interconnect Market. Gastón Cu0gnola Senior Sales Engineer Telco Systems Host Sponsor Co- Sponsor Scaling the Wholesale Interconnect Market Gastón Cu0gnola Senior Sales Engineer Telco Systems 1 Presenta0on Agenda Status of Wholesale/Interconnect Environments Moving up the curve

More information

Part 1: Search Engine Op2miza2on for Libraries (Public, Academic, School) and Special Collec2ons

Part 1: Search Engine Op2miza2on for Libraries (Public, Academic, School) and Special Collec2ons Part 1: Search Engine Op2miza2on for Libraries (Public, Academic, School) and Special Collec2ons Presented by Shari Thurow, Founder and SEO Director Omni Marke

More information

Shepherd s Presentation Draft Policy Allocation of IPv4 and IPv6 Address Space to Out-of-region Requestors

Shepherd s Presentation Draft Policy Allocation of IPv4 and IPv6 Address Space to Out-of-region Requestors 59 Shepherd s Presentation Draft Policy 2013-6 Allocation of IPv4 and IPv6 Address Space to Out-of-region Requestors What s the Problem 2 There is really no policy for who is eligible to receive resources

More information

5 STEPS TO A SUCCESSFUL WEBSITE REDESIGN

5 STEPS TO A SUCCESSFUL WEBSITE REDESIGN 5 STEPS TO A SUCCESSFUL WEBSITE REDESIGN INTRO TOP REASONS TO REDESIGN YOUR WEBSITE Redesigning your website? Don t know where to start? Not to worry, we ve got you covered. By the 3me you finish reading

More information

Account Inquiry (Actual)

Account Inquiry (Actual) Account Inquiry (Actual) PURPOSE Account Inquiry is a powerful functionality that can be used for analysis and reconciliation. It enables the user to inquire on the balance of an account online, and then

More information

Automa6on and API Programming with Femap and NX Nastran

Automa6on and API Programming with Femap and NX Nastran Automa6on and API Programming with An introduc6on to the Femap Applica6on Programming Interface using a blend of theory and prac6ce that allows students to automate modeling processes, modify the model,

More information

Halkyn Consulting Ltd 15 Llys y Nant, Pentre Halkyn HOLYWELL, Flintshire, CH8 8LN

Halkyn Consulting Ltd 15 Llys y Nant, Pentre Halkyn HOLYWELL, Flintshire, CH8 8LN Halkyn Consulting Ltd 15 Llys y Nant, Pentre Halkyn HOLYWELL, Flintshire, CH8 8LN http://www.halkynconsulting.co.uk info@halkynconsulting.co.uk Password Security By T Wake CISSP CISM CEH 20/06/2011 Contents

More information