SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
REMINDER
Check in on the
COLLABORATE mobile app
From Dashboards to Transactional Detail -
Seamless drillback to EBS
Prepared by:
Preet Shah, Humana
Linda Flood, Humana
John Fortado, Emtec Inc.
A business users case study of seamless
drillback from OBIEE/OBIA key metrics
dashboards to transactional detail in
eBusiness Suite
Session ID#: 14916
Pre-Integration/Aggregation
Can I get to the detail?
Can I go back to the item?
From Dashboards to Transactional Detail
What we are doing
Aggregate dashboard
to Detail dashboard
to EBS Invoice item
Source to Warehouse
E-Business Suite
JD Edwards
PeopleSoft
Fusion
SAP
Siebel
[OBIA Data Optimization and Performance
Enhancing Techniques]
What We Implemented
Financial Analytics
HR Analytics
Project Analytics
Procure & Spend Analytics
Marketing
Planning & Forecasting •CRM
Supply Chain
Profitability Management
Service Management
OBIA Overview
BI Challenges for Business and IT
■ Custom OBIEE 10g platform
■ Only GL Summary data to data warehouse
■ No sub-ledger data for Procurement, Projects, AP or AR
■ No drill back to source data for immediate results on issues
■ Volume growth in source data and external reporting requirements will not
be sustainable
■ Data mining was the way for analysis and reconciliation
■ IT was over whelmed with all ad-hoc report requirements
■ Rudimentary reporting tools like Excel, MS databases and silo reporting
tools like Hyperion and Discoverer are being used for dashboards and
KPI’s
Business Expectations
■ The ability to use OBIEE as a front end to connect directly to sub-ledger
detailed data
■ Produce reporting at a summary level on actual and budget information
that allows for the drill back to the transactional level detail for research
and reconciliation purposes
■ Able to replace disparate access databases and other places data is
extracted and stored for data
■ Provide insights into procurement and spends for the budget managers
■ Leverage data mining to OBIEE for analysis and reconciliation
■ Provide operational reporting to support the daily business process
■ Analyze accounting entries at the transactional level for accruals, invoice
and payments
The Business Case for Drill Back
■ Business Process before
OBIA implementation
■ Time Consuming
■ Validation issues/Human Error
`
OBIEE10g
Balance Sheet
Custom JE Detail Report
Excel
Reconciliation / Validation
Issues
Oracle EBS
Validation
The Business Case for Drill Back
■ After Implementation Single
Source – goto knowledge
base
■ Efficiency
■ Less Risk
Drill back No Separate Login
OBIA
Balance Sheet
Trial Balance
Oracle EBS
Validation
What we implemented
▪ Financial Analytics
▪ HR Analytics
▪ Project Analytics
▪ Procure & Spend Analytics
▪ Marketing
▪ Planning & Forecasting •CRM
▪ Supply Chain
▪ Profitability Management
▪ Service Management
The Technical Aspects
■ Out of the Box Data Availability
■ Custom Reports for Drillback
▪ Aggregate dashboard to Detail dashboard to EBS Invoice item
▪ AP Transaction details report
▪ Trial Balance report drill down to transaction level
E-Business Suite
■ The EBS Target Form
▪ Identification
▪ Required Parameters
▪ Accepted Parameters
▪ Customization
■ ETL modifications
▪ Additional Fields
▪ Customization
EBS Security
■ EBS Responsibilities are Weblogic Roles
■ Responsibilities must exist in Weblogic as Roles
■ EBS Forms, Menu Exclusions, Functions, Profiles, URL’s
■ References:
Implementing Data Security for Oracle E-Business Suite 11i in Oracle Business
Intelligence Applications 7.9.3 (Doc ID 475387.1)
Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
(Doc ID 1343143.1)
Integrator's Guide for Oracle Business Intelligence Enterprise Edition
11g Release 1 (11.1.1) E16364-01
EBS Security
EBS Security
OBIEE Security
■ Access Security
■ Catalog Object Security
■ Identity Security
■ Role Level Data Security
■ References:
Implementing Data Security for Oracle E-Business Suite 11i in Oracle Business
Intelligence Applications 7.9.3 (Doc ID 475387.1)
Oracle Business Intelligence Application Security GUIDE Release 7.9.6.3 E19042-01 April
2011
Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
Saurabh Gautam 6/9/2011 (Oracle White Paper)
Connecting the Security Models
■ Responsibilities into Roles
Connecting the Security Models
■ Initblock Configuration
DATA SOURCE
SELECT
FND_GLOBAL.RESP_ID,
FND_GLOBAL.RESP_APPL_ID,
FND_GLOBAL.SECURITY_GROUP_ID,
FND_GLOBAL.RESP_NAME,
FND_GLOBAL.USER_ID,
FND_GLOBAL.EMPLOYEE_ID,
FND_GLOBAL.USER_NAME,
FND_GLOBAL.RESP_NAME
FROM DUAL
DATA TARGET ( Session Variables )
EBS_RESP_ID
EBS_RESP_APPL_ID
EBS_SEC_GROUP_ID
EBS_RESP_NAME
EBS_USER_ID
EBS_EMPLOYEE_ID
USER
ROLES
Connecting the Security Models
Connect to EBS for Roles
SELECT DISTINCT
'ROLES', RESPONSIBILITY_NAME
FROM
FND_USER,FND_USER_RESP_GROUPS, FND_RESPONSIBILITY_VL
WHERE
FND_USER.user_id=FND_USER_RESP_GROUPS.user_id
AND FND_USER_RESP_GROUPS.RESPONSIBILITY_ID = FND_RESPONSIBILITY_VL.RESPONSIBILITY_ID
AND FND_USER_RESP_GROUPS.RESPONSIBILITY_APPLICATION_ID =
FND_RESPONSIBILITY_VL.APPLICATION_ID
AND FND_USER_RESP_GROUPS.START_DATE < SYSDATE
AND (CASE WHEN FND_USER_RESP_GROUPS.END_DATE IS NULL THEN SYSDATE
ELSE TO_DATE(FND_USER_RESP_GROUPS.end_Date) END) >= SYSDATE
AND FND_USER.user_id = (SELECT USER_ID FROM FND_USER WHERE UPPER(USER_NAME) = '7421'
)
SELECT USER_ID FROM FND_USER WHERE UPPER(USER_NAME) = ‘AnEBSUSER'
Connecting the Security Models
Connecting the Security Models
■ Populate Roles with the Authorization Block
■ Catalog object permissions granted to Roles
■ Presentation layer permissions granted to Roles
■ Data security (at the row level) is controlled by Operating
Unit Organization and Company
Connecting the Security Models
■ Catalog object permissions granted to Roles
Connecting the Security Models
■ Presentation layer permissions granted to Roles
Connecting the Security Models
■ Data security (at the row level) is controlled by Operating
Unit Organization and Company
Configuring Weblogic
■ Single Sign On Config File Configuration
▪ AuthenticationSchemas.xml
<RequestVariable source="cookie" type="auth" nameInSource=“EBS SOURCE COOKIE"
biVariableName="NQ_SESSION.ICX_SESSION_COOKIE"/>
▪ InstanceConfig.xml
<EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap,EBS-ICX</EnabledSchemas>
<SchemaExtensions>
<Schema name="EBS-ICX" logoffURL="https://louweblqs07.humana.com:9804/analytics/saw.dll?Logoff"/>
</SchemaExtensions>
▪ ActionFrameworkConfig.xml
<ebusinesssuiteconfig> <visible>true</visible> </ebusinesssuiteconfig>
Configuring Action Links
OBIEE Action Links To EBS (Doc ID 1457278.1)
OBIEE 11g: Link to Navigate to E-Business Suite is not
Visible Doc ID 1527849.1
Configuring an OBIEE 11g Navigation Action Link to E-
Business Suite 12 Fails With "Unable to execute function.
(RESP_ID=0/RESP_APPL_ID=0)" (Doc ID 1539742.1)
Configuring Action Links
Implementing the Action Link
Using Drillback
The EBS Result
OBIEE Architecture
Lesson Learned
■ Requirements can quickly expand the original project scope
■ Installing into fresh environments leads to tweaking the application and
the database
■ Additional time is required for load testing
■ Test strategy and test cases will change as complex calculations are
added
■ The folder structure in the EBS menu is critical for drillback:
What We Have
EBS X
OBIEE
OBIA
Contact Details
Preet Shah
Applications Consultant
Tel. 502.476.9149 | Cell. 2036457171
pshah3@humana.com
Linda Flood
Financial Reporting|Manager
Project Implementations
Tel. 502-580-2193 | Fax 502-508-2153
lflood1@humana.com
John Fortado
Consultant
210-867-2957
John.fortado@emtecinc.com
Please complete the session
evaluation
We appreciate your feedback and insight
You may complete the session evaluation either
on paper or online via the mobile app

Weitere ähnliche Inhalte

Was ist angesagt?

What is bip_v2
What is bip_v2What is bip_v2
What is bip_v2
kanaugust
 
Optimize Oracle Application Integration Architecture (AIA) for Communications
Optimize Oracle Application Integration Architecture (AIA) for CommunicationsOptimize Oracle Application Integration Architecture (AIA) for Communications
Optimize Oracle Application Integration Architecture (AIA) for Communications
Revelation Technologies
 

Was ist angesagt? (19)

Oracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherOracle XML Publisher / BI Publisher
Oracle XML Publisher / BI Publisher
 
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and RoadmapOOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
OOW15 - Oracle E-Business Suite Technology: Latest Features and Roadmap
 
Demystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsDemystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP Financials
 
Introduction to oracle bi 12c
Introduction to oracle bi 12cIntroduction to oracle bi 12c
Introduction to oracle bi 12c
 
Oracle Business Intelligence Enterprise Edition
Oracle Business Intelligence Enterprise EditionOracle Business Intelligence Enterprise Edition
Oracle Business Intelligence Enterprise Edition
 
Demystifying the Cloud - BI Cloud Webinar
Demystifying the Cloud - BI Cloud WebinarDemystifying the Cloud - BI Cloud Webinar
Demystifying the Cloud - BI Cloud Webinar
 
Oracle financials functional training on ap, ar & gl
Oracle financials functional training on ap, ar & glOracle financials functional training on ap, ar & gl
Oracle financials functional training on ap, ar & gl
 
Unpacking The New Oracle BI Apps (Now With ODI!)
Unpacking The New Oracle BI Apps (Now With ODI!)Unpacking The New Oracle BI Apps (Now With ODI!)
Unpacking The New Oracle BI Apps (Now With ODI!)
 
OBIEE ARCHITECTURE.ppt
OBIEE ARCHITECTURE.pptOBIEE ARCHITECTURE.ppt
OBIEE ARCHITECTURE.ppt
 
Oracle Product Hub Cloud Item Master Made Simple for ERP
Oracle Product Hub Cloud  Item Master Made Simple for ERPOracle Product Hub Cloud  Item Master Made Simple for ERP
Oracle Product Hub Cloud Item Master Made Simple for ERP
 
Fulfilling real time analytics on obi apps platform
Fulfilling real time analytics on obi apps platformFulfilling real time analytics on obi apps platform
Fulfilling real time analytics on obi apps platform
 
What is bip_v2
What is bip_v2What is bip_v2
What is bip_v2
 
Fusion - iBank.uk.com 07474222079
Fusion - iBank.uk.com 07474222079Fusion - iBank.uk.com 07474222079
Fusion - iBank.uk.com 07474222079
 
Fusion - IBANK
Fusion - IBANKFusion - IBANK
Fusion - IBANK
 
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for ITOracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
Oracle Business Intelligence 11g - Why Upgrade? Top Benefits for IT
 
Implementing Fusion Cloud Procurement a Real Life Case Study
Implementing Fusion Cloud Procurement a Real Life Case StudyImplementing Fusion Cloud Procurement a Real Life Case Study
Implementing Fusion Cloud Procurement a Real Life Case Study
 
Oracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIAOracle OpenWorld 2010 Practical Insights on Using AIA
Oracle OpenWorld 2010 Practical Insights on Using AIA
 
Overview of Oracle Business Intelligence Applications 11.1.1.7.1
Overview of Oracle Business Intelligence Applications 11.1.1.7.1Overview of Oracle Business Intelligence Applications 11.1.1.7.1
Overview of Oracle Business Intelligence Applications 11.1.1.7.1
 
Optimize Oracle Application Integration Architecture (AIA) for Communications
Optimize Oracle Application Integration Architecture (AIA) for CommunicationsOptimize Oracle Application Integration Architecture (AIA) for Communications
Optimize Oracle Application Integration Architecture (AIA) for Communications
 

Andere mochten auch

Oracle Openworld 2012 - Empowering Finance with Oracle
Oracle Openworld 2012 - Empowering Finance with OracleOracle Openworld 2012 - Empowering Finance with Oracle
Oracle Openworld 2012 - Empowering Finance with Oracle
Emtec Inc.
 
Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625
Emtec Inc.
 
informatika lana
informatika lanainformatika lana
informatika lana
ivantxin
 
áLbum de fotografías
áLbum de fotografíasáLbum de fotografías
áLbum de fotografías
lexlights1
 
德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 X德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 X
Jinyu Ma
 

Andere mochten auch (20)

From Dashboards to Transactional Detail - Seamless drillback to EBS
From Dashboards to Transactional Detail - Seamless drillback to EBSFrom Dashboards to Transactional Detail - Seamless drillback to EBS
From Dashboards to Transactional Detail - Seamless drillback to EBS
 
PeopleSoft 9.2 Update Manager and Continous Delivery Model
PeopleSoft 9.2 Update Manager and Continous Delivery ModelPeopleSoft 9.2 Update Manager and Continous Delivery Model
PeopleSoft 9.2 Update Manager and Continous Delivery Model
 
DRM and the Importance of Metadata Management in Finance
DRM and the Importance of Metadata Management in Finance DRM and the Importance of Metadata Management in Finance
DRM and the Importance of Metadata Management in Finance
 
Best Practice: Automating Cash Flow in Hyperion Financial Management
Best Practice: Automating Cash Flow in Hyperion Financial ManagementBest Practice: Automating Cash Flow in Hyperion Financial Management
Best Practice: Automating Cash Flow in Hyperion Financial Management
 
Maintaining and Caring for your EPM Environment at Medinah 2013
Maintaining and Caring for your EPM Environment at Medinah 2013Maintaining and Caring for your EPM Environment at Medinah 2013
Maintaining and Caring for your EPM Environment at Medinah 2013
 
Considering Change? Lawson to Microsoft GP Comparison Webinar
Considering Change? Lawson to Microsoft GP Comparison WebinarConsidering Change? Lawson to Microsoft GP Comparison Webinar
Considering Change? Lawson to Microsoft GP Comparison Webinar
 
Webinar: Leveraging Hyperion Planning to Improve Business Insight and Drive P...
Webinar: Leveraging Hyperion Planning to Improve Business Insight and Drive P...Webinar: Leveraging Hyperion Planning to Improve Business Insight and Drive P...
Webinar: Leveraging Hyperion Planning to Improve Business Insight and Drive P...
 
Oracle Openworld 2012 - Empowering Finance with Oracle
Oracle Openworld 2012 - Empowering Finance with OracleOracle Openworld 2012 - Empowering Finance with Oracle
Oracle Openworld 2012 - Empowering Finance with Oracle
 
New features 9.2 - Payroll for North America and T&L
New features 9.2 - Payroll for North America and T&LNew features 9.2 - Payroll for North America and T&L
New features 9.2 - Payroll for North America and T&L
 
PeopleSoft WorkCenters: Meeting User Demands For Simple Intuitive Business Ap...
PeopleSoft WorkCenters: Meeting User Demands For Simple Intuitive Business Ap...PeopleSoft WorkCenters: Meeting User Demands For Simple Intuitive Business Ap...
PeopleSoft WorkCenters: Meeting User Demands For Simple Intuitive Business Ap...
 
Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625
 
Ppt prática2
Ppt prática2Ppt prática2
Ppt prática2
 
Likes dislikes
Likes dislikesLikes dislikes
Likes dislikes
 
Dirix Elsloo Pp Presentatie
Dirix Elsloo Pp PresentatieDirix Elsloo Pp Presentatie
Dirix Elsloo Pp Presentatie
 
informatika lana
informatika lanainformatika lana
informatika lana
 
El perich
El perichEl perich
El perich
 
áLbum de fotografías
áLbum de fotografíasáLbum de fotografías
áLbum de fotografías
 
Calendari 2011 (4)
Calendari 2011 (4)Calendari 2011 (4)
Calendari 2011 (4)
 
Disfrutando el feriado
Disfrutando el feriadoDisfrutando el feriado
Disfrutando el feriado
 
德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 X德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 X
 

Ähnlich wie From Dashboards to Transactional Detail - Seamless drillback to EBS

ECC-Training-Payroll testing ecccccccccc
ECC-Training-Payroll testing eccccccccccECC-Training-Payroll testing ecccccccccc
ECC-Training-Payroll testing ecccccccccc
Zafar imam Khan
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experience
InSync Conference
 
ebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdfebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdf
Brighton26
 
adopt_soa.94145841
adopt_soa.94145841adopt_soa.94145841
adopt_soa.94145841
ypai
 

Ähnlich wie From Dashboards to Transactional Detail - Seamless drillback to EBS (20)

ECC-Training-Payroll testing ecccccccccc
ECC-Training-Payroll testing eccccccccccECC-Training-Payroll testing ecccccccccc
ECC-Training-Payroll testing ecccccccccc
 
The Bi-Store Business Intelligence as a Service
The Bi-Store Business Intelligence as a ServiceThe Bi-Store Business Intelligence as a Service
The Bi-Store Business Intelligence as a Service
 
Workflow_Tips_And_Tricks_PPT.pptx
Workflow_Tips_And_Tricks_PPT.pptxWorkflow_Tips_And_Tricks_PPT.pptx
Workflow_Tips_And_Tricks_PPT.pptx
 
Oracle bi ee architecture
Oracle bi ee architectureOracle bi ee architecture
Oracle bi ee architecture
 
MeasureIT Business Analytics for Oracle EBS OAUG Collaborate 2015 Presentation
MeasureIT Business Analytics for Oracle EBS OAUG Collaborate 2015 PresentationMeasureIT Business Analytics for Oracle EBS OAUG Collaborate 2015 Presentation
MeasureIT Business Analytics for Oracle EBS OAUG Collaborate 2015 Presentation
 
Obiee
ObieeObiee
Obiee
 
Product Analysis Oracle BI Applications Introduction
Product Analysis Oracle BI Applications IntroductionProduct Analysis Oracle BI Applications Introduction
Product Analysis Oracle BI Applications Introduction
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experience
 
Next_Gen_Overview
Next_Gen_OverviewNext_Gen_Overview
Next_Gen_Overview
 
7. oracle iam11g+strategyodrom
7. oracle iam11g+strategyodrom7. oracle iam11g+strategyodrom
7. oracle iam11g+strategyodrom
 
Enterprise architecture
Enterprise architectureEnterprise architecture
Enterprise architecture
 
ebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdfebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdf
 
Oracle Enterprise 2.0 & Business Applications
Oracle Enterprise 2.0 &  Business ApplicationsOracle Enterprise 2.0 &  Business Applications
Oracle Enterprise 2.0 & Business Applications
 
adopt_soa.94145841
adopt_soa.94145841adopt_soa.94145841
adopt_soa.94145841
 
MSBI Tutorials for Beginners | Business Intelligence Tutorial | Learn MSBI | ...
MSBI Tutorials for Beginners | Business Intelligence Tutorial | Learn MSBI | ...MSBI Tutorials for Beginners | Business Intelligence Tutorial | Learn MSBI | ...
MSBI Tutorials for Beginners | Business Intelligence Tutorial | Learn MSBI | ...
 
Supply chain analytics
Supply chain analyticsSupply chain analytics
Supply chain analytics
 
Fusion Middleware Oracle Data Integrator
Fusion Middleware Oracle Data IntegratorFusion Middleware Oracle Data Integrator
Fusion Middleware Oracle Data Integrator
 
Soa enablement
Soa enablementSoa enablement
Soa enablement
 
The Marriage of Finance and Operational Analytics
The Marriage of Finance and Operational Analytics The Marriage of Finance and Operational Analytics
The Marriage of Finance and Operational Analytics
 
Oracle Fusion Application
Oracle Fusion ApplicationOracle Fusion Application
Oracle Fusion Application
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

From Dashboards to Transactional Detail - Seamless drillback to EBS

  • 1. REMINDER Check in on the COLLABORATE mobile app From Dashboards to Transactional Detail - Seamless drillback to EBS Prepared by: Preet Shah, Humana Linda Flood, Humana John Fortado, Emtec Inc. A business users case study of seamless drillback from OBIEE/OBIA key metrics dashboards to transactional detail in eBusiness Suite Session ID#: 14916
  • 2. Pre-Integration/Aggregation Can I get to the detail? Can I go back to the item? From Dashboards to Transactional Detail
  • 3. What we are doing Aggregate dashboard to Detail dashboard to EBS Invoice item Source to Warehouse E-Business Suite JD Edwards PeopleSoft Fusion SAP Siebel [OBIA Data Optimization and Performance Enhancing Techniques] What We Implemented Financial Analytics HR Analytics Project Analytics Procure & Spend Analytics Marketing Planning & Forecasting •CRM Supply Chain Profitability Management Service Management OBIA Overview
  • 4. BI Challenges for Business and IT ■ Custom OBIEE 10g platform ■ Only GL Summary data to data warehouse ■ No sub-ledger data for Procurement, Projects, AP or AR ■ No drill back to source data for immediate results on issues ■ Volume growth in source data and external reporting requirements will not be sustainable ■ Data mining was the way for analysis and reconciliation ■ IT was over whelmed with all ad-hoc report requirements ■ Rudimentary reporting tools like Excel, MS databases and silo reporting tools like Hyperion and Discoverer are being used for dashboards and KPI’s
  • 5. Business Expectations ■ The ability to use OBIEE as a front end to connect directly to sub-ledger detailed data ■ Produce reporting at a summary level on actual and budget information that allows for the drill back to the transactional level detail for research and reconciliation purposes ■ Able to replace disparate access databases and other places data is extracted and stored for data ■ Provide insights into procurement and spends for the budget managers ■ Leverage data mining to OBIEE for analysis and reconciliation ■ Provide operational reporting to support the daily business process ■ Analyze accounting entries at the transactional level for accruals, invoice and payments
  • 6. The Business Case for Drill Back ■ Business Process before OBIA implementation ■ Time Consuming ■ Validation issues/Human Error ` OBIEE10g Balance Sheet Custom JE Detail Report Excel Reconciliation / Validation Issues Oracle EBS Validation
  • 7. The Business Case for Drill Back ■ After Implementation Single Source – goto knowledge base ■ Efficiency ■ Less Risk Drill back No Separate Login OBIA Balance Sheet Trial Balance Oracle EBS Validation
  • 8. What we implemented ▪ Financial Analytics ▪ HR Analytics ▪ Project Analytics ▪ Procure & Spend Analytics ▪ Marketing ▪ Planning & Forecasting •CRM ▪ Supply Chain ▪ Profitability Management ▪ Service Management
  • 9. The Technical Aspects ■ Out of the Box Data Availability ■ Custom Reports for Drillback ▪ Aggregate dashboard to Detail dashboard to EBS Invoice item ▪ AP Transaction details report ▪ Trial Balance report drill down to transaction level
  • 10. E-Business Suite ■ The EBS Target Form ▪ Identification ▪ Required Parameters ▪ Accepted Parameters ▪ Customization ■ ETL modifications ▪ Additional Fields ▪ Customization
  • 11. EBS Security ■ EBS Responsibilities are Weblogic Roles ■ Responsibilities must exist in Weblogic as Roles ■ EBS Forms, Menu Exclusions, Functions, Profiles, URL’s ■ References: Implementing Data Security for Oracle E-Business Suite 11i in Oracle Business Intelligence Applications 7.9.3 (Doc ID 475387.1) Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite (Doc ID 1343143.1) Integrator's Guide for Oracle Business Intelligence Enterprise Edition 11g Release 1 (11.1.1) E16364-01
  • 14. OBIEE Security ■ Access Security ■ Catalog Object Security ■ Identity Security ■ Role Level Data Security ■ References: Implementing Data Security for Oracle E-Business Suite 11i in Oracle Business Intelligence Applications 7.9.3 (Doc ID 475387.1) Oracle Business Intelligence Application Security GUIDE Release 7.9.6.3 E19042-01 April 2011 Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite Saurabh Gautam 6/9/2011 (Oracle White Paper)
  • 15. Connecting the Security Models ■ Responsibilities into Roles
  • 16. Connecting the Security Models ■ Initblock Configuration DATA SOURCE SELECT FND_GLOBAL.RESP_ID, FND_GLOBAL.RESP_APPL_ID, FND_GLOBAL.SECURITY_GROUP_ID, FND_GLOBAL.RESP_NAME, FND_GLOBAL.USER_ID, FND_GLOBAL.EMPLOYEE_ID, FND_GLOBAL.USER_NAME, FND_GLOBAL.RESP_NAME FROM DUAL DATA TARGET ( Session Variables ) EBS_RESP_ID EBS_RESP_APPL_ID EBS_SEC_GROUP_ID EBS_RESP_NAME EBS_USER_ID EBS_EMPLOYEE_ID USER ROLES
  • 17. Connecting the Security Models Connect to EBS for Roles SELECT DISTINCT 'ROLES', RESPONSIBILITY_NAME FROM FND_USER,FND_USER_RESP_GROUPS, FND_RESPONSIBILITY_VL WHERE FND_USER.user_id=FND_USER_RESP_GROUPS.user_id AND FND_USER_RESP_GROUPS.RESPONSIBILITY_ID = FND_RESPONSIBILITY_VL.RESPONSIBILITY_ID AND FND_USER_RESP_GROUPS.RESPONSIBILITY_APPLICATION_ID = FND_RESPONSIBILITY_VL.APPLICATION_ID AND FND_USER_RESP_GROUPS.START_DATE < SYSDATE AND (CASE WHEN FND_USER_RESP_GROUPS.END_DATE IS NULL THEN SYSDATE ELSE TO_DATE(FND_USER_RESP_GROUPS.end_Date) END) >= SYSDATE AND FND_USER.user_id = (SELECT USER_ID FROM FND_USER WHERE UPPER(USER_NAME) = '7421' ) SELECT USER_ID FROM FND_USER WHERE UPPER(USER_NAME) = ‘AnEBSUSER'
  • 19. Connecting the Security Models ■ Populate Roles with the Authorization Block ■ Catalog object permissions granted to Roles ■ Presentation layer permissions granted to Roles ■ Data security (at the row level) is controlled by Operating Unit Organization and Company
  • 20. Connecting the Security Models ■ Catalog object permissions granted to Roles
  • 21. Connecting the Security Models ■ Presentation layer permissions granted to Roles
  • 22. Connecting the Security Models ■ Data security (at the row level) is controlled by Operating Unit Organization and Company
  • 23. Configuring Weblogic ■ Single Sign On Config File Configuration ▪ AuthenticationSchemas.xml <RequestVariable source="cookie" type="auth" nameInSource=“EBS SOURCE COOKIE" biVariableName="NQ_SESSION.ICX_SESSION_COOKIE"/> ▪ InstanceConfig.xml <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap,EBS-ICX</EnabledSchemas> <SchemaExtensions> <Schema name="EBS-ICX" logoffURL="https://louweblqs07.humana.com:9804/analytics/saw.dll?Logoff"/> </SchemaExtensions> ▪ ActionFrameworkConfig.xml <ebusinesssuiteconfig> <visible>true</visible> </ebusinesssuiteconfig>
  • 24. Configuring Action Links OBIEE Action Links To EBS (Doc ID 1457278.1) OBIEE 11g: Link to Navigate to E-Business Suite is not Visible Doc ID 1527849.1 Configuring an OBIEE 11g Navigation Action Link to E- Business Suite 12 Fails With "Unable to execute function. (RESP_ID=0/RESP_APPL_ID=0)" (Doc ID 1539742.1)
  • 30. Lesson Learned ■ Requirements can quickly expand the original project scope ■ Installing into fresh environments leads to tweaking the application and the database ■ Additional time is required for load testing ■ Test strategy and test cases will change as complex calculations are added ■ The folder structure in the EBS menu is critical for drillback:
  • 31. What We Have EBS X OBIEE OBIA
  • 32. Contact Details Preet Shah Applications Consultant Tel. 502.476.9149 | Cell. 2036457171 pshah3@humana.com Linda Flood Financial Reporting|Manager Project Implementations Tel. 502-580-2193 | Fax 502-508-2153 lflood1@humana.com John Fortado Consultant 210-867-2957 John.fortado@emtecinc.com
  • 33. Please complete the session evaluation We appreciate your feedback and insight You may complete the session evaluation either on paper or online via the mobile app