SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

Oracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherOracle XML Publisher / BI Publisher
Oracle XML Publisher / BI PublisherEdi Yanto
 
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 Roadmapvasuballa
 
Demystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsDemystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsPerficient, Inc.
 
Oracle Business Intelligence Enterprise Edition
Oracle Business Intelligence Enterprise EditionOracle Business Intelligence Enterprise Edition
Oracle Business Intelligence Enterprise EditionESRI Bulgaria
 
Demystifying the Cloud - BI Cloud Webinar
Demystifying the Cloud - BI Cloud WebinarDemystifying the Cloud - BI Cloud Webinar
Demystifying the Cloud - BI Cloud WebinarKim Pike
 
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 & glmagnifics
 
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!)KPI Partners
 
OBIEE ARCHITECTURE.ppt
OBIEE ARCHITECTURE.pptOBIEE ARCHITECTURE.ppt
OBIEE ARCHITECTURE.pptCanara bank
 
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 ERPKPIT
 
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 platformShiv Bharti
 
What is bip_v2
What is bip_v2What is bip_v2
What is bip_v2kanaugust
 
Fusion - iBank.uk.com 07474222079
Fusion - iBank.uk.com 07474222079Fusion - iBank.uk.com 07474222079
Fusion - iBank.uk.com 07474222079ibankuk
 
Fusion - IBANK
Fusion - IBANKFusion - IBANK
Fusion - IBANKibankuk
 
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 ITKPI Partners
 
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 StudyJade Global
 
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 AIARajesh Raheja
 
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.1KPI Partners
 
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 CommunicationsRevelation Technologies
 

Tendances (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
 

En vedette

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 EBSEmtec Inc.
 
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 ModelEmtec Inc.
 
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 Emtec Inc.
 
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 ManagementEmtec Inc.
 
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 2013Emtec Inc.
 
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 WebinarEmtec Inc.
 
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...Emtec Inc.
 
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 OracleEmtec Inc.
 
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&LEmtec Inc.
 
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...Emtec Inc.
 
Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625Crm trilogy dynamics marketingwebcast_20140625
Crm trilogy dynamics marketingwebcast_20140625Emtec Inc.
 
Dirix Elsloo Pp Presentatie
Dirix Elsloo Pp PresentatieDirix Elsloo Pp Presentatie
Dirix Elsloo Pp Presentatiehubertpeter
 
informatika lana
informatika lanainformatika lana
informatika lanaivantxin
 
áLbum de fotografías
áLbum de fotografíasáLbum de fotografías
áLbum de fotografíaslexlights1
 
Disfrutando el feriado
Disfrutando el feriadoDisfrutando el feriado
Disfrutando el feriadoluis2315
 
德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 X德国小镇加米施 帕滕基 X
德国小镇加米施 帕滕基 XJinyu Ma
 

En vedette (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
 

Similaire à 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 eccccccccccZafar imam Khan
 
Workflow_Tips_And_Tricks_PPT.pptx
Workflow_Tips_And_Tricks_PPT.pptxWorkflow_Tips_And_Tricks_PPT.pptx
Workflow_Tips_And_Tricks_PPT.pptxRimshaKiran13
 
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 PresentationJohn Hendrickson, CPA(inactive)
 
Product Analysis Oracle BI Applications Introduction
Product Analysis Oracle BI Applications IntroductionProduct Analysis Oracle BI Applications Introduction
Product Analysis Oracle BI Applications IntroductionAcevedoApps
 
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 experienceInSync Conference
 
7. oracle iam11g+strategyodrom
7. oracle iam11g+strategyodrom7. oracle iam11g+strategyodrom
7. oracle iam11g+strategyodromDoina Draganescu
 
Enterprise architecture
Enterprise architectureEnterprise architecture
Enterprise architecturesandeep gosain
 
ebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdfebs-adapter-webcast12345678900000000.pdf
ebs-adapter-webcast12345678900000000.pdfBrighton26
 
Oracle Enterprise 2.0 & Business Applications
Oracle Enterprise 2.0 &  Business ApplicationsOracle Enterprise 2.0 &  Business Applications
Oracle Enterprise 2.0 & Business ApplicationsJaime Cid
 
adopt_soa.94145841
adopt_soa.94145841adopt_soa.94145841
adopt_soa.94145841ypai
 
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 | ...Edureka!
 
Fusion Middleware Oracle Data Integrator
Fusion Middleware Oracle Data IntegratorFusion Middleware Oracle Data Integrator
Fusion Middleware Oracle Data IntegratorMark Rabne
 
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 Emtec Inc.
 

Similaire à 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
 

Dernier

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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?Antenna Manufacturer Coco
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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...Drew Madelung
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
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)wesley chun
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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 FresherRemote DBA Services
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 

Dernier (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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?
 
+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...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

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