oracle application - huihoodocs.huihoo.com/oracle/openworld/2014/ugf9099-oracle-application... · 4...

43
Oracle Application Express and Oracle E-Business Suite

Upload: lethuy

Post on 07-Mar-2018

253 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Oracle Application Express and Oracle E-Business Suite

Page 2: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

1

2

3

5

6

7

2

▶  About me

▶  EBS Development Challenges

▶  EBS and APEX

▶  Configuring EBS for APEX

▶  Examples of APEX extension for EBS

▶  Conclusion

Content

Page 3: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

3

   ▶  CTO and Co-Founder of Insum Solutions ▶  28 Years in IT, 25 with Oracle databases, APEX since

2004. ▶  Presenter:

►  ODTUG Kscope & APEXposed, IOUG Collaborate, Oracle OpenWorld, ORA*GEC

▶  Co-author: Expert Oracle Application Express ▶  Twitter : @Fr4ncis ▶  Member of the APEX Advisory board

Francis Mignault

Page 4: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

4

▶  Oracle APEX expert practice since 2004 ▶  Oracle APEX Center of Excellence ▶  Comprehensive Consulting Services

►  Training & Coaching ►  Architecture & Analysis ►  Project Management ►  On-site / Off-site Development ►  APEX Best Practices and Methodologies

▶  Offices in Canada and USA ▶  Our Core Values : Respect, Teamwork, Integrity, Innovation, Quality

and Fun !

Page 5: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development challenges

Page 6: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development Challenges

6

►  Integrate more business processes in EBS ►  Provide lightweight customized solutions to users ►  Reuse internal development expertise and skillsets ►  Improve user productivity (remove manual processes) ►  Facilitate Maintenance and EBS Upgrades ►  Excel / Access replacement for security and data

centralization ►  Mobile

Page 7: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

E-Business Suite Extensions

7

Interfaces   Mobile  

Reports   Dashboards  

Page 8: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development Types

8

Extension  

Personaliza9on  

Customiza9on  

Page 9: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development Types - Personalization

9

▶  Options for Personalization ►  OA Framework

–  Administrator personalization

–  User personalization

►  Forms Personalization

Page 10: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development Types - Customizations

10

▶  Options for Customizations ►  Adding triggers to Oracle database tables ►  Modifying OAF controllers, Forms code, PL/SQL code, etc.

►  Modifying an existing object and saving it to a new name (forms, reports, etc.)

►  Customizations-in-place will be overwritten by patches and upgrades

Page 11: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Development Types - Extensions

11

▶  Options for Extensions ►  Oracle Forms ►  Oracle Reports / BI Publisher

►  Oracle Application Framework (OAF)

►  Application Development Framework (ADF) ►  Oracle Application Express (APEX)

Page 12: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS And APEX

Page 13: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Why use APEX ?

13

▶  Oracle Application Express ▶  Rapid Application Development (RAD) browser based tool for the

Oracle Database

▶  Leverages full Oracle database capabilities and existing SQL & PL/SQL skills

▶  Fully integrate with E-Business Suite ▶  Can define RESTful services (allowing to act as web service

provider)

▶  Mobile ready

Page 14: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Why use APEX ? cont’d

14

▶  Declarative programming framework ▶  Lightweight browser based solution using existing infrastructure for

Development, Deployment & Runtime

▶  Fully supported, “no-cost” standard component with all editions of the Oracle Database

▶  Out of the box declarative Web 2.0 reporting

Page 15: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Why use APEX ? cont’d

15

▶  Dramatically enhances end-user capabilities (Ex.: Interactive Reports, Searches on multiple fields, etc.)

▶  Can provide the same look and feel as the E-Business Suite R12

▶  Provides seamless session management (integration) with E-Business Suite R12

▶  APEX Plugins

Page 16: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Recommended Architecture

16

▶  Oracle Application Express resides within the Oracle database in its own schema

▶  REST Data Services / Weblogic installed on the application server

Page 17: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Recommended Architecture

17

Page 18: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

APEX integration with EBS

18

1 – APEX application accessing EBS Data externally 2 – APEX application integrated in EBS menu structure

Page 19: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Security Overview

19

Func9ons  

Menus  

Responsibili9es  

Users  

Page 20: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Security Overview cont’d

20

Page 21: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Security Overview cont’d

21

Page 22: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

APEX Security Overview cont’d

22

Authentication ▶  Oracle Single Sign-On / SSO authentication in APEX

▶  Oracle Access Manager (OAM) authentication in APEX ►  HTTP Header Based, See white paper.

▶  APEX Authentication with EBS Credentials (When outside of EBS) ▶  Custom Authentication (Integrated in EBS Menu)

Page 23: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

APEX Security Overview cont’d

23

Custom Authentication

Session  ID  

Generate  Password  

Validate  Password  

Shared  Secret  Key  

Validate  Func9on/Menu  

Page 24: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

APEX Security Overview cont’d

24

Authorization ▶  Validate APEX page authorization against EBS function within

menu and responsibility

▶  Validation can also be against page components just like EBS forms security

Page 25: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Configuring EBS for APEX

Page 26: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Overview of steps for APEX/EBS Integration

26

▶  Install APEX as recommended

▶  Create an Oracle Application Express application

▶  Install common PL/SQL procedures and functions (insum)

▶  Configure the Oracle Application Express login process (authentication)

▶  Define Oracle Application Express authorizations

▶  Define EBS functions to link to APEX pages

▶  Define EBS Security (menu and responsibility)

Page 27: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Accessing EBS via APEX

27

Page 28: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Custom utilities for APEX Integration

28

For any APEX application to integrate with EBS, custom functionalities are required, for example :

▶  Get EBS user session ID

▶  Validate Login

▶  “APPS_INITIALIZE” (EBS Context)

▶  Get FND_GLOBAL values (user_id, resp_id, appl_id, security_group_id, etc.)

▶  Get session language

The common insum package is created in the APPS schema (as per EBS development standards) and granted to the custom APEX schema

Page 29: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

APEX Integration / EBS Versions

29

▶  Version 11i

▶  Version R12.1 with 12.1.3 integration patch

▶  Version R12.2

Page 30: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Technical Requirements for EBS 12.1

30

▶  Oracle E-Business Suite 12.1.3 or above*

▶  Oracle E-Business Suite Patch 12316083*

▶  Fully Licensed Oracle Database, Release 10.2.0.3 or above

▶  Oracle Application Express 4.2 + ▶  Oracle REST Data Services 2.0 + (formerly known as Oracle APEX

Listener)

▶  Oracle Weblogic application server 12C + *Note:  The  requirement  of  having  EBS  R12.1.3  comes  from  the  prerequisite  patches  R12.AD.B.delta.3  and  R12.ATG.B.delta.3  of  the  APEX  support  patch  12316083.    

Page 31: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Integration with APEX White Paper

31

 Oracle  EBS  blog  :    hKps://blogs.oracle.com/stevenChan/entry/updated_whitepaper_extending_e_business        Oracle  White  Paper  –  Extending  EBS  12.1  and  12.2  with  APEX  :    hKp://www.oracle.com/technetwork/developer-­‐tools/apex/learnmore/apex-­‐ebs-­‐extension-­‐white-­‐paper-­‐345780.pdf  

 

   

Page 32: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

EBS Integration with APEX White Paper

32

Page 33: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Examples of APEX Extensions for EBS

Page 34: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Supplier Trends

34

Page 35: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Standard EBS Invoice Entry

35

Page 36: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Simplified Invoice Entry

36

Page 37: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Concurrent Programs in Error (Mobile)

37

Page 38: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Concurrent Programs in Error (Mobile)

38

Page 39: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Concurrent Programs in Error (Mobile)

39

Page 40: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Oracle Store

40

Page 41: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Conclusion

Page 42: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

Conclusion There are many advantages for using APEX to build EBS extensions.

From a technical point of view, APEX is easy to install and configure, it’s supported and it simplifies the upgrades.

From a business point of view, changing or adding new functionalities can be done rapidly allowing more flexibility to users at a lower cost.

42

Page 43: Oracle Application - Huihoodocs.huihoo.com/oracle/openworld/2014/UGF9099-Oracle-Application... · 4 Oracle APEX expert practice since 2004 Oracle APEX Center of Excellence Comprehensive

QUESTIONS ?