The Top 7 Reasons Why Oracle Users Rely on NoetixViews for Reporting

Slides:



Advertisements
Similar presentations
Leveraging an Integrated ERP and CRM System - Featuring Sage MAS 500 ERP and Sage SalesLogix CRM.
Advertisements

A Managerial Approach to a Decentralized Report Writing Environment Agenda Historical Perspective and the Need for Change Policies & Procedures Group Training.
Pennsylvania BANNER Users Group 2006 Integrate Your Decision Support with Cognos 8.
INTRODUCTION Agenda BUSINESS CHALLENGES FEATURES OF RAPID MARTS SOLUTION OVERVIEW DWH USING SAP RAPID MARTS BENEFITS TO BUSINESS USERS.
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Copyright © SoftTree Technologies, Inc. DB Tuning Expert.
Operational Reporting for R12 with OBI EE, Cognos, and Business Objects Mike Hoover Product Specialist Noetix Corporation 1.
So what are your options? EiS Proprietary and Confidential
BI Web Intelligence 4.0. Business Challenges Incorrect decisions based on inadequate data Lack of Ad hoc reporting and analysis Delayed decisions.
Achieving Financial Integrity with Real Time GL & Project Inquiry.
Spanning the Oracle EBS Reporting Spectrum Operational and Analytical Reporting Joe Dahl – Product Specialist.
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Larry Grey President Grey Sparling Solutions, Inc Patrick Roche VP Engineering Noetix Corporation NoetixViews for PeopleSoft Enterprise Human Resources.
Jaros Jaros Overview. Jaros Overview - History Founded 1999 as consulting company GE Medical Systems IT Sigma Aldrich Smurfit-Stone Container Transitioned.
Migrating Discoverer to OBIEE, and getting OBIEE Live in 7 Days
Power-Up Your Reporting for Oracle Apps! Enterprise Reporting and Dashboard Solution Rob Griebel, Noetix.
A Fast Growing Market. Interesting New Players Lyzasoft.
Data Warehousing M R BRAHMAM.
Using Oracle BI with Oracle E-Business Suite Andy Donovan and Daryl Orts Noetix Corporation.
Chapter 14 The Second Component: The Database.
NorCal OAUG Reporting Oracle ERP Data with BusinessObjects Presenter: Scott Tang.
Leveraging NoetixViews to Support Report Migration from EBS 11i to R12 with OBI EE, Cognos, and Business Objects Joe Dahl Product Specialist Noetix Corporation.
Microsoft Office SharePoint Server Business Intelligence Tom Rizzo Director, Microsoft Office SharePoint Server
Confidential ODBC May 7, Features What is ODBC? Why Create an ODBC Driver for Rochade? How do we Expose Rochade as Relational Transformation.
Automating your Business Processes Using Oracle Workflow Therron Hofsetz Logical Apps, Inc.
Leveraging NoetixViews to Migrate Custom 11i Reports to Release 12 Joe Dahl, Solution Consultant.
LOGO Business Intelligence System Mr. Natapong Wongprommoon Solution Architect G-ABLE Company Limited
Generate Insight from Oracle Applications. Agenda Review Proudfoot Consulting’s Reporting Issues The Noetix Solution About Noetix Product Demonstration.
Ihr Logo Data Explorer - A data profiling tool. Your Logo Agenda  Introduction  Existing System  Limitations of Existing System  Proposed Solution.
Increasing Internal Controls with Applimation Integra.
Best Practices for Data Warehousing. 2 Agenda – Best Practices for DW-BI Best Practices in Data Modeling Best Practices in ETL Best Practices in Reporting.
Oracle Application Express 3.0 Joel R. Kallman Software Development Manager.
Easy Operational Reporting for R12 with OBI EE, Cognos, and Business Objects Joe Dahl Product Specialist Noetix Corporation.
Dashboard & Scorecard Case Study. Introduction Hagemeyer Case Study – Background – Situation – Strategic CPM Vision – Solution – Benefits Assimil8 Overview.
Release 11i Workshops Dallas, TX Raleigh, NC Denver, CO Atlanta, GA Detroit, MI Tim Sharpe Oracle E-Business Suite Release 11i Discoverer.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Introduction – Addressing Business Challenges Microsoft® Business Intelligence Solutions.
PLEASE READ THE NOTES!  Important information and instructions are provided in the Notes section of the slides.
“Apps Are In … Data’s In … Now How Do I Get The Info Out!” Russ Proudman ARIS Software, Inc
Presented by: Rob Griebel
Using Oracle BI Suite EE Plus with Oracle E-Business Suite Joe Dahl Product Specialist Noetix Corporation.
Reporting & Analytics Stephen Chan Senior Solution Consultant.
Using Oracle BI Suite EE Plus with Oracle E-Business Suite Joe Dahl Product Specialist Noetix Corporation.
Set Up a Successful Reporting Solution with Oracle Discoverer & Other Tools Presented by: Rob Griebel.
(OBIA) Training & Placement Program By Keen IT To request free demo session please mail us at
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
CONTACT US: USA: , INDIA: ,
QAD Financial Report Writer
QAD Browses.
Dynamics GP SmartList and SmartList Designer
Your Dashboard to Success
Using Item Attributes in a Make-to-Order Environment
The Basics of Dashboards
OnContact CRM Customer Relationship Management
Oracle Apps Technical online Training at GoLogica
Databases.
ENTERPRISE BUSINESS SYSTEMS
12 Product Configurator
Case Study Creating a Database
A Corporate-Wide Reports Distribution System < $1000 You Bet!
Collaborative Business Solutions
Real-Time General Ledger and Project Inquiry
Purge-it! USP's, pre-sales process & helping the customer to decide
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
IT and Development support services
Cypress Semiconductor
Chapter 3 Database Management
Oracle’s Reporting Strategy
OU BATTLECARD: Business Intelligence
Presentation transcript:

Setting up a Successful Reporting Solution with Oracle Discoverer and Other Tools The Top 7 Reasons Why Oracle Users Rely on NoetixViews for Reporting Joe Dahl, Sales Consultant

Agenda About Noetix Reporting Challenges The Noetix Solution Product Demonstration Q&A

About Noetix Enterprise Application Metadata experts since 1994 Offices in Europe, US and Asia Oracle Certified Partner Siebel Validated Software Partner Microsoft Gold Partner 1,300+ Customers Worldwide Industry A W A R D S

Reporting Challenges

Reporting Challenges Packaged Business Intelligence Tools Manual mapping of data equates to significant cost and delay of most BI tools With Noetix you have Reduced time to information Reduced cost of implementation Reduced total cost of ownership Minimum project risk No additional rework costs or delay with upgrades Tailored Templates Tailored Templates Generic Reporting Templates Noetix MetaBuilder™ Noetix MetaBuilder™ Reporting Gap – Manual Mapping Changes to Application Configuration Custom Application Configuration Oracle Applications

Performance at a Price RDBMS and underlying Database design allows optimal Online transaction processing (OLTP) performance Oracle Applications 11i

The DB Consists of 1000s of Objects Tables Packages (Procedures & Functions) Grants/Synonyms Views (Limited use) Database Users (Application User Security) Roles (Limited use in HR modules)

Querying Oracle Applications Using SQL Columns Tables (or Views) Conditions & Data Relationships This screen shows the underlying query statement required to produce a View. If you did not use our views, you would have to write this code yourself in order to produce your report Notice the number of tables in the From Clause Notice in the Conditions area how the Type-Look-up code is set to ‘Standard’. This means if you were looking for any other type of purchase order you wouldn’t find it. Also notice that the Organization ID is equal to 114. These conditions are hardcoded into this View. How would you know this if you were creating a report from this view???? The HELPFILE!!!! We will go over the Helpfile within this training in detail so that you can create your reports effectively.

Overview of NoetixViews

7 Reasons Oracle Users Rely on NoetixViews for Reporting Information All in One Spot Auto-Generated Content Open Systems Flexibility Automatic Upgrade Protection Performance Optimization Index Column Identification Customized Help File System

#1 Information All in One Spot Simplify access Configuration specific Upgrade protection #1 Information All in One Spot Doesn’t break Noetix remaps the View… Oracle changes the database... MTL_SYSTEM_ITEMS_B HZ_CUST_ACCOUNTS OE_ORDER_LINES_ALL OE_ORDER_HEADERS_ALL HZ_PARTIES MTL_SYSTEM_ITEMS_TL PA_PROJECTS_ALL PA_TASKS Version 2 MTL_SYSTEM_ITEMS HZ_CUSTOMERS OE_ORDER_LINES_ALL OE_ORDER_HEADERS_ALL MTL_SYSTEM_ITEMS_TL PA_PROJECTS_ALL PA_TASKS Version 1 Noetix “View” of the database ATO Flag Booked Date Customer Customer No. Item Item Desc. Line Status Open Quant. Order No. Order Quant. Project Quantity Organization Order Lines Customer Selling Org. Cust. Status Open Quant. Order Quant. Booked Date Order No. Orders Flexfield column in the table ATTRIBUTE1: “Customer Status” Flexfield column in the view Cust. Status Sample Oracle database tables Report

#2 Auto-Generated Content NoetixViews creates a comprehensive set of views which “simplify” the underlying database design of Oracle Applications Views mask the complexity

Noetix Metadata Repository What is Metadata? Your configuration… Users/Roles Noetix MetaBuilder Organizations Noetix Metadata Repository Oracle Applications 11i Setups  Business Rules 

How Noetix Uses Metadata KPIs and metrics Oracle Applications 11i Noetix Metadata Repository Security NoetixViews  Transaction data Query & reporting 

Flexfields as Configured Key Flexfield Base Table Column Names Key Flexfield View Column Names SEGMENT12 Account$Company SEGMENT6 Account$Division SEGMENT3 Account$Cost_Center Descriptive Flexfield Base Table Column Names Descriptive Flexfield View Column Names ATTRIBUTE2 VEND$WWW_Site ATTRIBUTE9 VEND$Preferred_Vendor ATTRIBUTE11 VEND$Approved_Until

List of Values (QuickPicks Decoded) Stored Oracle Values Retrieved Noetix Values STATUS_LOOKUP_CODE Status A C I P Active Closed In Process Printed TERMS_ID Payment_Terms 1000 1001 1002 1020 4 5 2/10, Net 30 30/60/90 Due 10th Net 30 Net 15 Immediate

#3 Open Systems Flexibility Audience Unique Reporting Needs Business Users/Managers Pre-built Reports Ad hoc Access Discoverer Oracle Reports Crystal Noetix WebQuery Business Objects Cognos Brio Senior Mgmt Dashboards Analysts Controllers Excel Formatted/Ad hoc

#4 Automatic Upgrade Protection Insulates queries against physical changes Application upgrades Changing business requirements Different delivery methods Changes to Application Configuration v11i v10.7

#5 Performance Optimization Each View references many tables Complex Queries Union Relationships Noetix Development involves Tuning “Explain Plan” TKProf

#6 Indexed Columns Identified View Columns which use an index (indicated by ‘A$’ prefix) PO_Purchase_Orders Search by hints tell how to build fast queries A$BUYER_NAME A$BUYER_NUMBER A$PO_CREATION_DATE A$PO_NUMBER A$VENDOR_NAME A$VENDOR_NUMBER PRINTED_DATE VENDOR_NAME STATUS TERMS A$ columns indicate that these are key data fields to be used in the filters section of a report to limit your report output. These columns will allow your queries to run quickly and efficiently.

#7 Customized Help File System MS Windows Help File Format HTML Help File Structure Format

Noetix EUL Generator for Discoverer Supports Discoverer versions 3.1, 4.1, 9i & 10g Business Areas Folders Items Descriptions List of Values Data Drills Automatic Joins

NoetixViews for Oracle Applications Financials — AP, AR, FA & GL Supply Chain — INV, OM & PO Manufacturing — MRP, BOM, WIP, CST and OPM Human Resources — HR, PAY, BEN Project Accounting — PC & PB Grants Cross Operations Extension Custom Modules Through Oracle Applications versions 11.5.10

NoetixViews Cross Operations Extension SIRA Inc. Set of Books Set of Books Set of Books Airplane Group Automobile Group Operating Units Operating Unit Operating Unit Operating Unit Operating Unit Commercial Military Automotive Motorcycles Inventory Orgs INV / Man. Organization INV / Man. Organization INV / Man. Organization INV / Man. Organization INV / Man. Organization Washington California New York Texas Virginia

Noetix Solution — Components NoetixViews® Provides hundreds of views of the underlying data structures organized by functional area. Noetix Help File Efficiently instructs users in report creation by documenting your Oracle Application specific configurations Noetix QueryServer® Integrates disparate data sources into a secure query routing & management platform. Noetix WebQuery® Empowers decision makers to create and modify reports without IT involvement. Noetix AnswerPoint™ Delivers hundreds of click-on, customizable answers to business questions. Noetix Dashboards KPIs for various functional areas presented via a graphical display Through Oracle Applications v. 11.5.10 Financials – AP, AR, FA & GL Supply Chain – INV, OM & PO Manufacturing – MRP, BOM, WIP, CST, & OPM Human Resources – HR, PAY, BEN Project Accounting – PC & PB Grants Cross Operations Extension Custom Views for other Modules DW Views – GL, AP, AR, OM EUL Generator for Discoverer

Product Demonstration

      Why We are Successful Pre-generated Content – Views and reports that pick up configuration End User Independence – Ease of use Faster Time to Market – Predictable, proven implementation Open Architecture – Easily integrate with other data sources Performance – Don’t have to sacrifice real-time data Change Management – Upgrade protection     